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

Commit a4b7dc7c authored by Thyrus11's avatar Thyrus11 Committed by Steve Kondik
Browse files

Themes: Make resolver list fully themeable

Follow-up on commit cc9e3b8f.

Change-Id: I3f006a1157db9d0b151a4fe8edf50e7edc7a0b9f
parent f4f58cae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,7 +47,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"
@@ -74,7 +74,7 @@
        android:orientation="horizontal"
        android:layoutDirection="locale"
        android:measureWithLargestChild="true"
        android:background="@color/white"
        android:background="@color/resolver_list_bg"
        android:paddingTop="8dp"
        android:paddingBottom="8dp"
        android:paddingStart="12dp"
+2 −2
Original line number Diff line number Diff line
@@ -79,7 +79,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"
@@ -113,7 +113,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"