diff --git a/res/layout/accessibility_autoclick_custom_seekbar.xml b/res/layout/accessibility_autoclick_custom_seekbar.xml index 283530bc0fc..df6d7c873a4 100644 --- a/res/layout/accessibility_autoclick_custom_seekbar.xml +++ b/res/layout/accessibility_autoclick_custom_seekbar.xml @@ -28,6 +28,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" + android:accessibilityLiveRegion="polite" android:textAppearance="@android:style/TextAppearance.DeviceDefault.Widget.TextView" /> @@ -46,7 +46,7 @@ android:paddingHorizontal="8dp" android:paddingBottom="8dp" android:layout_alignParentStart="true" - android:layout_toLeftOf="@+id/toggle" + android:layout_toStartOf="@+id/toggle" android:layout_below="@+id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" diff --git a/res/layout/panel_layout.xml b/res/layout/panel_layout.xml index 7a60dad2431..805d431b82a 100644 --- a/res/layout/panel_layout.xml +++ b/res/layout/panel_layout.xml @@ -36,11 +36,11 @@ android:visibility="gone"> + android:layout_marginStart="16dp"> + android:paddingStart="0dp" + android:paddingEnd="0dp"/> \ No newline at end of file diff --git a/res/values/styles.xml b/res/values/styles.xml index 1359bce2211..ae49c6e4c35 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -511,10 +511,28 @@ ?android:attr/colorBackgroundFloating -