color scheme
|
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 134 B |
|
Before Width: | Height: | Size: 121 B After Width: | Height: | Size: 116 B |
|
Before Width: | Height: | Size: 174 B After Width: | Height: | Size: 168 B |
|
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 500 B |
@@ -2,4 +2,4 @@
|
|||||||
<View xmlns:android="http://schemas.android.com/apk/res/android"
|
<View xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="1dp"
|
android:layout_height="1dp"
|
||||||
android:background="?attr/colorControlHighlight" />
|
android:background="@color/dividerColor" />
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<color name="colorPrimary">#3F51B5</color>
|
<color name="colorPrimary">#607D8B</color>
|
||||||
<color name="colorPrimaryDark">#303F9F</color>
|
<color name="colorPrimaryDark">#455A64</color>
|
||||||
<color name="colorAccent">#FF4081</color>
|
<color name="colorAccent">#009688</color>
|
||||||
|
<color name="dividerColor">#B6B6B6</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
<item name="colorPrimary">@color/colorPrimary</item>
|
<item name="colorPrimary">@color/colorPrimary</item>
|
||||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||||
<item name="colorAccent">@color/colorAccent</item>
|
<item name="colorAccent">@color/colorAccent</item>
|
||||||
|
<item name="android:textColorPrimary">#212121</item>
|
||||||
|
<item name="android:textColorSecondary">#727272</item>
|
||||||
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
|
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||