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

Light theme with dark action bar.

parent 1764420e
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
along with this program. If not, see http://www.gnu.org/licenses/. along with this program. If not, see http://www.gnu.org/licenses/.
--> -->
<resources> <resources>
<style name="Theme" parent="Theme.AppCompat.Light"> <style name="Theme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="windowActionBar">false</item> <item name="windowActionBar">false</item>
<!--for text selection toolbar to be above usual toolbar --> <!--for text selection toolbar to be above usual toolbar -->
...@@ -21,7 +21,5 @@ ...@@ -21,7 +21,5 @@
<!--for text selection toolbar color --> <!--for text selection toolbar color -->
<item name="actionModeBackground">@drawable/myapp_action_mode_background</item> <item name="actionModeBackground">@drawable/myapp_action_mode_background</item>
<item name="colorPrimary">@color/grey_500</item>
<item name="colorPrimaryDark">@color/grey_700</item>
</style> </style>
</resources> </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