summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ben Kwa <kenobi@google.com> 2015-10-26 19:12:50 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2015-10-26 19:12:50 +0000
commit9f06a2f10d2fcd50b5f34fdef649d5375af9ea1b (patch)
treea99b0c4956616cbf34816e6c209a2d54c4b1ff58
parent86040a82d5c638b9244f22b6dba823aadb1ae78a (diff)
parentd7915d2ab258e3cd060e85129ee9bc56ddc64476 (diff)
Merge "Fix a DocsUI crash due to a misnamed xml reference."
-rw-r--r--packages/DocumentsUI/res/layout/item_doc_list.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/DocumentsUI/res/layout/item_doc_list.xml b/packages/DocumentsUI/res/layout/item_doc_list.xml
index 085df352bb4a..eba00a67de8a 100644
--- a/packages/DocumentsUI/res/layout/item_doc_list.xml
+++ b/packages/DocumentsUI/res/layout/item_doc_list.xml
@@ -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>