Commit e77eeb39 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add statusBarColor item.

parent 62d2c94c
...@@ -9,7 +9,9 @@ ...@@ -9,7 +9,9 @@
<item name="android:statusBarColor">@color/colorPrimaryDark</item> <item name="android:statusBarColor">@color/colorPrimaryDark</item>
</style> </style>
<style name="AuthenticationTheme" parent="Theme.AppCompat.NoActionBar" /> <style name="AuthenticationTheme" parent="Theme.AppCompat.NoActionBar">
<item name="android:statusBarColor">@color/colorPrimaryDark</item>
</style>
<style name="ChatListTheme" parent="AppTheme"> <style name="ChatListTheme" parent="AppTheme">
<item name="android:windowTranslucentStatus">true</item> <item name="android:windowTranslucentStatus">true</item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment