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

Commit 9f06a2f1 authored by Ben Kwa's avatar Ben Kwa Committed by Android (Google) Code Review
Browse files

Merge "Fix a DocsUI crash due to a misnamed xml reference."

parents 86040a82 d7915d2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
     limitations under the License.
-->

<com.android.documentsui.DocListItem xmlns:android="http://schemas.android.com/apk/res/android"
<com.android.documentsui.ListItem xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@drawable/item_doc_list_background"
@@ -137,4 +137,4 @@

    </LinearLayout>

</com.android.documentsui.DocListItem>
</com.android.documentsui.ListItem>