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

Commit f9769455 authored by Ben Reich's avatar Ben Reich
Browse files

Update background color for "No items" and cross profile

Fix: 403460163
Test: m DocumentsUIGoogle and inspect "No items" page
Flag: com.android.documentsui.flags.use_material3
Change-Id: Id6bdb6f2b08960b04cf77a6f0b98cc48dbd60c99
parent e1604abe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    android:id="@android:id/empty"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="?android:attr/colorBackground"
    android:background="?attr/colorSurfaceBright"
    android:focusable="true">

    <include android:id="@+id/content" layout="@layout/item_doc_inflated_message_content"/>