Fix a DocsUI crash due to a misnamed xml reference.

BUG=25266394

Change-Id: I06bd3283e52467af3ebb43396d4166b3c25620a9
This commit is contained in:
Ben Kwa
2015-10-26 11:54:41 -07:00
parent bd96456d11
commit d7915d2ab2

View File

@@ -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>