Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/wear-os-hex-editor-watchface.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 24199ff..c37f3aa 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -65,7 +65,11 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
-
+ <activity
+ android:name=".SettingsSubActivity"
+ android:label="Settings"
+ android:theme="@style/MyMaterialTheme">
+ </activity>
<meta-data
android:name="com.google.android.gms.version"