aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-09 21:55:08 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-09 21:55:08 +0100
commitfba6858a04dbf27f344fa5f53bb9f4b747c4217b (patch)
tree72661ce90e492f6c191cab0f4259243ad2f06aff /src/main/AndroidManifest.xml
parent744d4baaaf4291c258d171aa35fe048125c1e1e0 (diff)
use appcompat in more activities
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index b05b31976..be3311ebf 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -230,7 +230,7 @@
</activity>
<activity
android:name=".ui.ShowFullscreenMessageActivity"
- android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
+ android:theme="@style/ConversationsTheme.NoActionBar.FullScreen"
android:configChanges="orientation|screenSize">
</activity>
<activity
@@ -238,9 +238,9 @@
android:label="@string/trust_omemo_fingerprints"
android:windowSoftInputMode="stateAlwaysHidden" />
<activity
- android:name="de.duenndns.ssl.MemorizingActivity"
- android:theme="@style/ConversationsTheme"
- tools:replace="android:theme" />
+ android:name="de.duenndns.ssl.MemorizingActivity" />
+ <!--android:theme="@style/ConversationsTheme"-->
+ <!--tools:replace="android:theme" />-->
<activity
android:name=".ui.AboutActivity"
android:label="@string/title_activity_about"