diff --git a/doze/res/color-night/switchbar_switch_thumb_tint.xml b/doze/res/color-night/switchbar_switch_thumb_tint.xml new file mode 100644 index 0000000..e990a1e --- /dev/null +++ b/doze/res/color-night/switchbar_switch_thumb_tint.xml @@ -0,0 +1,17 @@ + + + + + + diff --git a/doze/res/color-night/switchbar_switch_track_tint.xml b/doze/res/color-night/switchbar_switch_track_tint.xml new file mode 100644 index 0000000..6e9d462 --- /dev/null +++ b/doze/res/color-night/switchbar_switch_track_tint.xml @@ -0,0 +1,18 @@ + + + + + + diff --git a/doze/res/color/switch_bar_bg.xml b/doze/res/color/switch_bar_bg.xml index ba2dae1..cae20c7 100644 --- a/doze/res/color/switch_bar_bg.xml +++ b/doze/res/color/switch_bar_bg.xml @@ -15,6 +15,6 @@ --> - + diff --git a/doze/res/layout/switch_bar.xml b/doze/res/layout/switch_bar.xml index 9e11a0a..3307ee1 100644 --- a/doze/res/layout/switch_bar.xml +++ b/doze/res/layout/switch_bar.xml @@ -32,9 +32,9 @@ android:paddingStart="56dp" android:maxLines="2" android:ellipsize="end" - android:textAppearance="@android:style/TextAppearance.Material.Title" - android:textColor="@android:color/white" - android:textSize="18sp" + android:textAppearance="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title" + android:textColor="?android:attr/textColorPrimaryInverse" + android:textSize="16sp" android:textAlignment="viewStart" />