aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
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/res/values
parent744d4baaaf4291c258d171aa35fe048125c1e1e0 (diff)
use appcompat in more activities
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/themes.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index a20b5c6c6..ce8506c89 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -86,4 +86,8 @@
<item name="TextSizeHeadline">18sp</item>
</style>
+ <style name="ConversationsTheme.NoActionBar.FullScreen" parent="Theme.AppCompat.Light.NoActionBar">
+ <item name="android:windowFullscreen">true</item>
+ </style>
+
</resources> \ No newline at end of file