diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-04-08 20:51:04 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-04-08 20:51:04 +0200 |
commit | 366ebeb960e07133a37182b78cb345216e351e21 (patch) | |
tree | 46f5035c380790247b26ec85881006ff7c196d07 /src/main/res | |
parent | 4bfeb27953e60b2474382fa338cd637954f478c0 (diff) |
fixed pm to vistors
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/values/themes.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml index 5f8d5ab67..8a4b7f787 100644 --- a/src/main/res/values/themes.xml +++ b/src/main/res/values/themes.xml @@ -159,6 +159,8 @@ </style> <style name="ConversationsTheme.FullScreen" parent="@style/Theme.AppCompat.Light"> + <item name="colorPrimary">@color/primary500</item> + <item name="colorPrimaryDark">@color/primary700</item> <item name="android:windowNoTitle">true</item> <item name="android:windowActionBar">false</item> <item name="android:windowFullscreen">true</item> |