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

Commit ffaf2f3d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use ?attr/colorBackgroundFloating instead of white for Sharesheet bg."

parents e8c2f381 1dc777a8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
            android:layout_alwaysShow="true"
            android:elevation="8dp"
            android:paddingStart="16dp"
            android:background="@color/white" >
            android:background="?attr/colorBackgroundFloating" >
        <TextView android:id="@+id/profile_button"
                  android:layout_width="wrap_content"
                  android:layout_height="48dp"
@@ -73,7 +73,7 @@
            android:id="@+id/resolver_list"
            android:clipToPadding="false"
            android:scrollbarStyle="outsideOverlay"
            android:background="@color/white"
            android:background="?attr/colorBackgroundFloating"
            android:elevation="8dp"
            android:listSelector="@color/transparent"
            android:divider="@null"
@@ -84,7 +84,7 @@
              android:layout_width="match_parent"
              android:layout_height="wrap_content"
              android:layout_alwaysShow="true"
              android:background="@color/white"
              android:background="?attr/colorBackgroundFloating"
              android:text="@string/noApplications"
              android:padding="32dp"
              android:gravity="center"