summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-03-09 09:24:00 -0800
committerMindy Pereira <mindyp@google.com>2012-03-09 10:18:36 -0800
commit30fd47bf1947da5ad813cb957b6cbe569dce563a (patch)
tree68c6782e2f984f7509bbccf85f9bea11e03a424c /res/drawable
parentc283c18ee376acbbef53ea945da4fb5135ce9324 (diff)
downloadandroid_packages_apps_UnifiedEmail-30fd47bf1947da5ad813cb957b6cbe569dce563a.tar.gz
android_packages_apps_UnifiedEmail-30fd47bf1947da5ad813cb957b6cbe569dce563a.tar.bz2
android_packages_apps_UnifiedEmail-30fd47bf1947da5ad813cb957b6cbe569dce563a.zip
Remove all label refrences from unified; change to folder
Remove labels text views from unified mail conversation list items. Gmail will override with a new xml file that will provide a "folders" area Change-Id: I443b8d73f253f046dfa8a8a68afa19e89bf7a85a
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/folder_drag_target.xml2
-rw-r--r--res/drawable/folder_no_hover.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable/folder_drag_target.xml b/res/drawable/folder_drag_target.xml
index c1fea431d..40bcf7e9e 100644
--- a/res/drawable/folder_drag_target.xml
+++ b/res/drawable/folder_drag_target.xml
@@ -17,7 +17,7 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <!-- If this selector has more than one state, LabelItemView will need to be changed
+ <!-- If this selector has more than one state, FolderItemView will need to be changed
to change the reference there to not be static -->
<item android:drawable="@drawable/list_pressed_holo" />
</selector>
diff --git a/res/drawable/folder_no_hover.xml b/res/drawable/folder_no_hover.xml
index 99c85349d..f373be48a 100644
--- a/res/drawable/folder_no_hover.xml
+++ b/res/drawable/folder_no_hover.xml
@@ -17,7 +17,7 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <!-- If this selector has more than one state, LabelItemView will need to be changed
+ <!-- If this selector has more than one state, FolderItemView will need to be changed
to change the reference there to not be static -->
<item android:drawable="@android:color/transparent" />
</selector>