diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-04-02 23:53:12 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-04-02 23:53:12 +0200 |
commit | f131584b0d8eadddf8840135f8d5dea064a11b96 (patch) | |
tree | d74a02e61b3acd65e55c0f0ebe653afbc3004e69 /src/main/res/values | |
parent | 4572bc579715653848135d479fd7506a8ebf3e74 (diff) |
show new fab in ShowFullscreenMessageActivity
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/themes.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml index 8a7113b16..eb2038a69 100644 --- a/src/main/res/values/themes.xml +++ b/src/main/res/values/themes.xml @@ -78,10 +78,6 @@ <item name="TextSizeHeadline">18sp</item> </style> - <style name="ConversationsTheme.NoActionBar.FullScreen" parent="Theme.AppCompat.Light.NoActionBar"> - <item name="android:windowFullscreen">true</item> - </style> - <style name="ConversationsTheme.FullScreen" parent="@style/Theme.AppCompat.Light"> <item name="android:windowNoTitle">true</item> <item name="android:windowActionBar">false</item> |