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
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
android:gravity="top">
|
||||
|
||||
<LinearLayout
|
||||
android:theme="@style/Theme.AlertDialog"
|
||||
style="@style/AccessibilityDialog">
|
||||
|
||||
<LinearLayout
|
||||
|
||||
Reference in New Issue
Block a user