Commit 9e6c312c authored by Grigory Fedorov's avatar Grigory Fedorov

Main app bar color changed to grey.

parent a636f99d
......@@ -68,8 +68,7 @@
</array>
<color name="color_primary_light">@color/red_100</color>
<color name="color_primary_light">@color/grey_200</color>
<color name="account_disabled">@color/black_dividers</color>
<color name="group_expander">@color/blue_grey_100</color>
</resources>
\ No newline at end of file
......@@ -13,7 +13,7 @@
along with this program. If not, see http://www.gnu.org/licenses/.
-->
<resources>
<style name="Theme" parent="Theme.AppCompat.Light.DarkActionBar">
<style name="Theme" parent="Theme.AppCompat.Light">
<item name="windowActionBar">false</item>
<!--for text selection toolbar to be above usual toolbar -->
......@@ -21,7 +21,7 @@
<!--for text selection toolbar color -->
<item name="actionModeBackground">@drawable/myapp_action_mode_background</item>
<item name="colorPrimary">@color/red_500</item>
<item name="colorPrimaryDark">@color/red_700</item>
<item name="colorPrimary">@color/grey_500</item>
<item name="colorPrimaryDark">@color/grey_700</item>
</style>
</resources>
\ No newline at end of file
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