summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorDave Kover <kover@cyngn.com>2016-01-08 17:06:51 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-01-21 10:34:44 -0800
commitfd3eb78710e902a9c7d48af069cde0b03bba26bc (patch)
tree0bd887f2c0e9ea7c2f6466083ae991b737e25c3a /res/layout
parent2238e8575b12053ace85f3f755afff0b26c54731 (diff)
downloadpackages_apps_Settings-fd3eb78710e902a9c7d48af069cde0b03bba26bc.zip
packages_apps_Settings-fd3eb78710e902a9c7d48af069cde0b03bba26bc.tar.gz
packages_apps_Settings-fd3eb78710e902a9c7d48af069cde0b03bba26bc.tar.bz2
Break out status bar icon from extdesk icon.
Create a separate resource for the dashboard category icon for Status Bar. Rename the extended desktop icons so they are further distinguished from the dashboard iconography. The goal is makea sure only dashboard icons are using the ic_settings_ prefix and rename iconography that is not part of that view. Ticket: CYNGNOS-1681 Change-Id: I54165bd4338bb1d73f1d453f75ee1c06cfd62a8f
Diffstat (limited to 'res/layout')
-rwxr-xr-xres/layout/expanded_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/expanded_item.xml b/res/layout/expanded_item.xml
index 8098662..042d3ef 100755
--- a/res/layout/expanded_item.xml
+++ b/res/layout/expanded_item.xml
@@ -68,5 +68,5 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:scaleType="centerInside"
- android:src="@drawable/ic_settings_extdesk_hidenone" />
+ android:src="@drawable/ic_extdesk_hidenone" />
</LinearLayout>