diff options
author | Steve Kondik <shade@chemlab.org> | 2010-03-25 09:45:53 -0400 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2010-03-28 21:06:20 -0400 |
commit | 14f190e1252006711044ebb3cafa1345e2852d30 (patch) | |
tree | 0298bdedf8bc228fa9603eca0ac11d6192a62c4c /core/res | |
parent | 5f3445dc609fb3dd64b023c1ba9c1ee3ba95b868 (diff) | |
download | frameworks_base-14f190e1252006711044ebb3cafa1345e2852d30.zip frameworks_base-14f190e1252006711044ebb3cafa1345e2852d30.tar.gz frameworks_base-14f190e1252006711044ebb3cafa1345e2852d30.tar.bz2 |
Put the wifi status icon in the right place.
This fixes the inconsistency where all network-related icons appear on
the right side of the volume/vibrate icon except for the wifi icon,
which appears on the left.
Thanks to Kevin Purdy @ Lifehacker for kicking my OCD in :)
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/arrays.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/arrays.xml b/core/res/res/values/arrays.xml index 66f0e82..e801ba8 100644 --- a/core/res/res/values/arrays.xml +++ b/core/res/res/values/arrays.xml @@ -113,11 +113,11 @@ <item><xliff:g id="id">phone_evdo_signal</xliff:g></item> <item><xliff:g id="id">data_connection</xliff:g></item> <item><xliff:g id="id">cdma_eri</xliff:g></item> + <item><xliff:g id="id">wifi</xliff:g></item> <item><xliff:g id="id">tty</xliff:g></item> <item><xliff:g id="id">volume</xliff:g></item> <item><xliff:g id="id">mute</xliff:g></item> <item><xliff:g id="id">speakerphone</xliff:g></item> - <item><xliff:g id="id">wifi</xliff:g></item> <item><xliff:g id="id">tty</xliff:g></item> <item><xliff:g id="id">bluetooth</xliff:g></item> <item><xliff:g id="id">gps</xliff:g></item> |