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

Commit da6a735d authored by Thyrus11's avatar Thyrus11 Committed by Clark Scheff
Browse files

Themes: Make resolver list fully themeable

Follow-up on commit cc9e3b8f.

Change-Id: I3f006a1157db9d0b151a4fe8edf50e7edc7a0b9f
parent 31934d1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@
            android:paddingBottom="8dp"
            android:paddingStart="12dp"
            android:paddingEnd="12dp"
            android:background="@color/white"
            android:background="@color/resolver_list_bg"
            android:elevation="8dp">
            <Button android:id="@+id/button_once"
                    android:layout_width="wrap_content"
@@ -142,7 +142,7 @@
        android:id="@+id/resolver_list"
        android:clipToPadding="false"
        android:scrollbarStyle="outsideOverlay"
        android:background="@color/white"
        android:background="@color/resolver_list_bg"
        android:elevation="8dp"
        android:nestedScrollingEnabled="true"
        android:divider="@null"