diff --git a/packages/SystemUI/res/layout/seekbar_with_icon_buttons.xml b/packages/SystemUI/res/layout/seekbar_with_icon_buttons.xml new file mode 100644 index 0000000000000..f20b5821722f1 --- /dev/null +++ b/packages/SystemUI/res/layout/seekbar_with_icon_buttons.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + diff --git a/packages/SystemUI/res/layout/window_magnification_settings_view.xml b/packages/SystemUI/res/layout/window_magnification_settings_view.xml index 377eb9794817d..550e9924faf22 100644 --- a/packages/SystemUI/res/layout/window_magnification_settings_view.xml +++ b/packages/SystemUI/res/layout/window_magnification_settings_view.xml @@ -15,6 +15,7 @@ limitations under the License. --> - + android:layout_height="wrap_content" + app:max="6" + app:progress="0" + app:iconStartContentDescription="@string/accessibility_control_zoom_out" + app:iconEndContentDescription="@string/accessibility_control_zoom_in"/>