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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordesperateCoder <admin@life-style-art.de>2018-10-09 01:48:04 +0300
committerdesperateCoder <admin@life-style-art.de>2018-10-09 01:48:04 +0300
commit433363d56336caa904f74b9f449671fd629fde50 (patch)
tree1eb68793088a5d34cc880a2da6adb7287082312e /app/src/main/AndroidManifest.xml
parent4c64393ccd2651234941efbf2a19ed784a236b76 (diff)
added classes stuff for Board representation
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 43e1cbfa0..bedb72c1d 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -19,6 +19,10 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+ <activity
+ android:name=".ui.board.BoardActivity"
+ android:label="@string/title_activity_board"
+ android:theme="@style/AppTheme.NoActionBar"></activity>
</application>
</manifest> \ No newline at end of file