Merge "Extract the logic of MagnificationMode to the controller" into sc-dev

This commit is contained in:
Ryan Lin
2021-04-16 03:50:27 +00:00
committed by Android (Google) Code Review
8 changed files with 531 additions and 429 deletions

View File

@@ -47,13 +47,13 @@
android:orientation="vertical">
<Button
android:id="@+id/switch_shortcut_positive_button"
android:id="@+id/custom_positive_button"
style="@style/AccessibilityDialogButton"
android:gravity="center|end"
android:text="@string/accessibility_magnification_switch_shortcut_positive_button"/>
<Button
android:id="@+id/switch_shortcut_negative_button"
android:id="@+id/custom_negative_button"
style="@style/AccessibilityDialogButton"
android:gravity="center|end"
android:text="@string/accessibility_magnification_switch_shortcut_negative_button"/>