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 00000000..e3895a22 --- /dev/null +++ b/doze/res/color-night/switchbar_switch_thumb_tint.xml @@ -0,0 +1,20 @@ + + + + + + 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 00000000..fcccbfcc --- /dev/null +++ b/doze/res/color-night/switchbar_switch_track_tint.xml @@ -0,0 +1,21 @@ + + + + + + diff --git a/doze/res/color/switch_bar_bg.xml b/doze/res/color/switch_bar_bg.xml index ba2dae13..cae20c76 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 9e11a0ac..3307ee1f 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" />