Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae7411b9 authored by menghanli's avatar menghanli
Browse files

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
parent 7fa6e7df
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
    android:gravity="top">

    <LinearLayout
        android:theme="@style/Theme.AlertDialog"
        style="@style/AccessibilityDialog">

        <LinearLayout
+0 −1
Original line number Diff line number Diff line
@@ -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"
+0 −1
Original line number Diff line number Diff line
@@ -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"
+0 −1
Original line number Diff line number Diff line
@@ -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"