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

Commit 6004dec2 authored by Wes Okuhara's avatar Wes Okuhara Committed by Android (Google) Code Review
Browse files

Merge "Prevent SettingsPreferenceGroupAdapter from changing...

Merge "Prevent SettingsPreferenceGroupAdapter from changing StatusBannerPreference background" into main
parents aa8beeae d10085f2
Loading
Loading
Loading
Loading
+90 −85
Original line number Diff line number Diff line
@@ -15,8 +15,12 @@
  limitations under the License.
  -->

<com.google.android.material.card.MaterialCardView
<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <com.google.android.material.card.MaterialCardView
        style="@style/SettingsLibStatusBannerCardStyle">

        <LinearLayout
@@ -113,3 +117,4 @@

        </LinearLayout>
    </com.google.android.material.card.MaterialCardView>
</FrameLayout>