diff options
author | John Spurlock <jspurlock@google.com> | 2013-12-02 17:14:51 -0500 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2013-12-02 17:37:40 -0500 |
commit | 74d2480845b93afd96aef19825a8b384168328ed (patch) | |
tree | 5861327f0aa5207d44609af8d2f2a39acb97a620 /packages/SystemUI/res/values-sw600dp | |
parent | afb02269cfaed56240f695101ba599beae0c5952 (diff) | |
download | frameworks_base-74d2480845b93afd96aef19825a8b384168328ed.zip frameworks_base-74d2480845b93afd96aef19825a8b384168328ed.tar.gz frameworks_base-74d2480845b93afd96aef19825a8b384168328ed.tar.bz2 |
Move moveable non-public framework resources up to SystemUI
Specifically, non-public resources only referenced by SystemUI
and nowhere else in frameworks or system apps (via @*android:)
Remove orphan resources found during the process.
Change-Id: I005514ff1ce52e1622849bc01cd825b09fa55842
Diffstat (limited to 'packages/SystemUI/res/values-sw600dp')
-rw-r--r-- | packages/SystemUI/res/values-sw600dp/arrays.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/SystemUI/res/values-sw600dp/arrays.xml b/packages/SystemUI/res/values-sw600dp/arrays.xml index f3a1771..21c4bd3 100644 --- a/packages/SystemUI/res/values-sw600dp/arrays.xml +++ b/packages/SystemUI/res/values-sw600dp/arrays.xml @@ -21,21 +21,21 @@ <array name="navbar_search_targets"> <item>@null</item> - <item>@*android:drawable/ic_action_assist_generic</item> + <item>@drawable/ic_action_assist_generic</item> <item>@null</item> <item>@null</item> </array> <array name="navbar_search_target_descriptions"> <item>@null</item> - <item>@*android:string/description_target_search</item> + <item>@string/description_target_search</item> <item>@null</item> <item>@null</item> </array> <array name="navbar_search_direction_descriptions"> <item>@null</item> - <item>@*android:string/description_direction_left</item> + <item>@string/description_direction_left</item> <item>@null</item> <item>@null</item> </array> |