summaryrefslogtreecommitdiffstats
path: root/packages/DocumentsUI/res/layout-sw720dp-land
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2014-08-29 15:38:27 -0700
committerJeff Sharkey <jsharkey@android.com>2014-08-29 15:40:19 -0700
commitcbce47001e15be85b084c36a64c20039a0c4a667 (patch)
treeafc55b02a68a909194bc3dda03b785dc9f3160ec /packages/DocumentsUI/res/layout-sw720dp-land
parent73a821780334bc7972bca28d848cbce70cc3f825 (diff)
downloadframeworks_base-cbce47001e15be85b084c36a64c20039a0c4a667.zip
frameworks_base-cbce47001e15be85b084c36a64c20039a0c4a667.tar.gz
frameworks_base-cbce47001e15be85b084c36a64c20039a0c4a667.tar.bz2
Final pass at Material DocumentsUI.
Now with treatment for disabled and selected grid items. Inverts text and icons in selected drawer items. Follows upstream color changes to accent color. Disables some verbose logging. Bug: 15836082, 17281688 Change-Id: I97a1c055a2f1a537388a8f5669147618e9698870
Diffstat (limited to 'packages/DocumentsUI/res/layout-sw720dp-land')
-rw-r--r--packages/DocumentsUI/res/layout-sw720dp-land/item_doc_list.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/DocumentsUI/res/layout-sw720dp-land/item_doc_list.xml b/packages/DocumentsUI/res/layout-sw720dp-land/item_doc_list.xml
index 95af7e9..d124320 100644
--- a/packages/DocumentsUI/res/layout-sw720dp-land/item_doc_list.xml
+++ b/packages/DocumentsUI/res/layout-sw720dp-land/item_doc_list.xml
@@ -17,7 +17,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@drawable/item_activated">
+ android:background="@drawable/item_doc_list_background">
<LinearLayout
android:layout_width="match_parent"