New colors for dark theme palette. Toggle between start/pause icons for timer item.
This commit is contained in:
@@ -4,5 +4,7 @@
|
||||
<color name="colorPrimaryDark">#303F9F</color>
|
||||
<color name="colorAccent">#FF4081</color> <!--Alternatives: Red 700 #D32F2F-->
|
||||
|
||||
<color name="black_overlay">#66000000</color>
|
||||
<color name="colorPrimaryInverse">@color/dark_gray</color> <!--TODO-->
|
||||
<color name="colorPrimaryDarkInverse">@color/dark_gray</color> <!--TODO-->
|
||||
<color name="colorAccentInverse">@color/colorAccent</color> <!--TODO-->
|
||||
</resources>
|
||||
|
||||
@@ -14,12 +14,9 @@
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.Dark" parent="Theme.AppCompat.NoActionBar">
|
||||
<!--TODO: Define colorPrimaryInverse in colors.xml-->
|
||||
<item name="colorPrimary">@color/dark_gray</item>
|
||||
<!-- TODO: Define colorPrimaryDarkInverse in colors.xml -->
|
||||
<item name="colorPrimaryDark">@color/dark_gray</item>
|
||||
<!-- TODO: Define colorAccentInverse in colors.xml -->
|
||||
<item name="colorAccent">@color/colorAccent</item>
|
||||
<item name="colorPrimary">@color/colorPrimaryInverse</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDarkInverse</item>
|
||||
<item name="colorAccent">@color/colorAccentInverse</item>
|
||||
<!-- TODO: This doesn't work for BottomSheetDialogs. Verify this works for other types of dialogs. -->
|
||||
<!--<item name="dialogTheme">@style/AppCompatDialogTheme.Dark</item>-->
|
||||
<item name="alertDialogTheme">@style/AppCompatAlertDialogStyle.Dark</item>
|
||||
|
||||
Reference in New Issue
Block a user