aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/connected.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-01-23 13:38:50 +0000
committerKenny Root <kenny@the-b.org>2009-01-23 13:38:50 +0000
commitaed1876f36b34ee62e1537d42fcb339c6baa05b0 (patch)
tree7dba778a44d6d26201b24552854089e640235e33 /res/drawable/connected.xml
parentf4ade61e9ff1e80918509544e2bdf3a26bca5edc (diff)
downloadconnectbot-aed1876f36b34ee62e1537d42fcb339c6baa05b0.tar.gz
connectbot-aed1876f36b34ee62e1537d42fcb339c6baa05b0.tar.bz2
connectbot-aed1876f36b34ee62e1537d42fcb339c6baa05b0.zip
Indentation cleanup, pass 1
* Change 4-spaces to tabs (I blame Eclipse's editor) * Remove white spaces from end of lines
Diffstat (limited to 'res/drawable/connected.xml')
-rw-r--r--res/drawable/connected.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/res/drawable/connected.xml b/res/drawable/connected.xml
index 49a42ee..b5384d8 100644
--- a/res/drawable/connected.xml
+++ b/res/drawable/connected.xml
@@ -1,5 +1,15 @@
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_checked="true" android:drawable="@android:drawable/presence_online" />
- <item android:state_expanded="true" android:drawable="@android:drawable/presence_busy" />
- <item android:drawable="@android:drawable/presence_invisible" />
+<selector
+ xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item
+ android:state_checked="true"
+ android:drawable="@android:drawable/presence_online" />
+
+ <item
+ android:state_expanded="true"
+ android:drawable="@android:drawable/presence_busy" />
+
+ <item
+ android:drawable="@android:drawable/presence_invisible" />
+
</selector>