commit | ae7411b999d7bd3d744f7b0a34e90a5ebfc09814 | [log] [tgz] |
---|---|---|
author | menghanli <menghanli@google.com> | Fri Jul 22 12:56:26 2022 +0800 |
committer | menghanli <menghanli@google.com> | Fri Jul 22 12:56:26 2022 +0800 |
tree | bd28c4aaefd6dee365d96d2a2f5231a4e8f64e84 | |
parent | 7fa6e7df05f0aec983e4a2e09451b0c1e7153e79 [diff] |
Remove Theme.AlertDialog declaration in accessibility dialog layout Root cause: Settings application level style includes the alertDialogTheme, No need to set Theme.AlertDialog for dialog layout. Solution: Remove unnecessary attrs. Bug: 225764984 Test: Manual testing Change-Id: Ic3607ec70e97a3d1023d002c006cffc9715d7fb6
diff --git a/res/layout/enable_accessibility_service_dialog_content.xml b/res/layout/enable_accessibility_service_dialog_content.xml index 3fe932c..0286d57 100644 --- a/res/layout/enable_accessibility_service_dialog_content.xml +++ b/res/layout/enable_accessibility_service_dialog_content.xml
@@ -23,7 +23,6 @@ android:gravity="top"> <LinearLayout - android:theme="@style/Theme.AlertDialog" style="@style/AccessibilityDialog"> <LinearLayout
diff --git a/res/layout/tutorial_dialog_launch_by_gesture_navigation_settings.xml b/res/layout/tutorial_dialog_launch_by_gesture_navigation_settings.xml index b494e93..86c6b3a 100644 --- a/res/layout/tutorial_dialog_launch_by_gesture_navigation_settings.xml +++ b/res/layout/tutorial_dialog_launch_by_gesture_navigation_settings.xml
@@ -23,7 +23,6 @@ android:scrollbarStyle="outsideOverlay"> <LinearLayout - android:theme="@style/Theme.AlertDialog" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"
diff --git a/res/layout/tutorial_dialog_launch_service_by_accessibility_button.xml b/res/layout/tutorial_dialog_launch_service_by_accessibility_button.xml index ecbccab..117db7d 100644 --- a/res/layout/tutorial_dialog_launch_service_by_accessibility_button.xml +++ b/res/layout/tutorial_dialog_launch_service_by_accessibility_button.xml
@@ -23,7 +23,6 @@ android:scrollbarStyle="outsideOverlay"> <LinearLayout - android:theme="@style/Theme.AlertDialog" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"
diff --git a/res/layout/tutorial_dialog_launch_service_by_gesture_navigation.xml b/res/layout/tutorial_dialog_launch_service_by_gesture_navigation.xml index 2557737..340c738 100644 --- a/res/layout/tutorial_dialog_launch_service_by_gesture_navigation.xml +++ b/res/layout/tutorial_dialog_launch_service_by_gesture_navigation.xml
@@ -23,7 +23,6 @@ android:scrollbarStyle="outsideOverlay"> <LinearLayout - android:theme="@style/Theme.AlertDialog" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"