Switch gallery to permanent dark theme.

This commit is contained in:
Greyson Parrelli
2019-03-19 17:14:41 -07:00
parent 932e7b4af5
commit 8a7cac7c03
5 changed files with 3 additions and 10 deletions

View File

@@ -281,7 +281,7 @@
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".mediasend.MediaSendActivity"
android:theme="@style/TextSecure.LightNoActionBar"
android:theme="@style/TextSecure.DarkNoActionBar"
android:windowSoftInputMode="stateHidden"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>