summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2010-03-25 09:45:53 -0400
committerSteve Kondik <shade@chemlab.org>2010-04-11 21:29:07 -0400
commitef72f11b3a4a226241085cd4e4b6dd89baa45033 (patch)
treea3fa7a72cd8c20a533f9399e5a4bbc1d96b7ec17
parent21e09304793d0d2e0612d50429b18df8a460fe90 (diff)
downloadandroid_frameworks_base-ef72f11b3a4a226241085cd4e4b6dd89baa45033.tar.gz
android_frameworks_base-ef72f11b3a4a226241085cd4e4b6dd89baa45033.tar.bz2
android_frameworks_base-ef72f11b3a4a226241085cd4e4b6dd89baa45033.zip
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 :)
-rw-r--r--core/res/res/values/arrays.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/arrays.xml b/core/res/res/values/arrays.xml
index b65f7f33347..56eb32632ce 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>