OSDN Git Service

Break out status bar icon from extdesk icon.
authorDave Kover <kover@cyngn.com>
Sat, 9 Jan 2016 01:06:51 +0000 (17:06 -0800)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Thu, 21 Jan 2016 18:34:44 +0000 (10:34 -0800)
commitfd3eb78710e902a9c7d48af069cde0b03bba26bc
tree0bd887f2c0e9ea7c2f6466083ae991b737e25c3a
parent2238e8575b12053ace85f3f755afff0b26c54731
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
res/drawable/ic_extdesk_hideboth.xml [moved from res/drawable/ic_settings_extdesk_hideboth.xml with 100% similarity]
res/drawable/ic_extdesk_hidenavbar.xml [moved from res/drawable/ic_settings_extdesk_hidenavbar.xml with 100% similarity]
res/drawable/ic_extdesk_hidenone.xml [moved from res/drawable/ic_settings_extdesk_hidenone.xml with 100% similarity]
res/drawable/ic_extdesk_hidestatusbar.xml [moved from res/drawable/ic_settings_extdesk_hidestatusbar.xml with 100% similarity]
res/drawable/ic_settings_statusbar.xml [new file with mode: 0644]
res/layout/expanded_item.xml
res/xml/dashboard_categories.xml
src/com/android/settings/applications/ExpandedDesktopPreferenceFragment.java