aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorJeffrey Sharkey <jsharkey@jsharkey.org>2008-10-25 18:15:23 +0000
committerJeffrey Sharkey <jsharkey@jsharkey.org>2008-10-25 18:15:23 +0000
commit2cecc0403f922721d6c19505b342935e9a29de14 (patch)
tree00ab7d11fe58b9142021d5f5c7eb1e94118637ee /res/drawable
parentcb3b1910bf0fd9aa369573610069e540a1d89b68 (diff)
downloadconnectbot-2cecc0403f922721d6c19505b342935e9a29de14.tar.gz
connectbot-2cecc0403f922721d6c19505b342935e9a29de14.tar.bz2
connectbot-2cecc0403f922721d6c19505b342935e9a29de14.zip
* fixed disconnect in several places so that it correctly disposes of any visible gui consoles
* now handling remote socket dropping that disconnects sessions * added disconnected icon to stateful connected.xml list and updated binder to use it * added "post-login automation" in host settings to run commands once authenticated (like screen -dr) * bitmaps are now integral w.r.t. char size, which should resolve "cruft" at bottom of views
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/connected.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/drawable/connected.xml b/res/drawable/connected.xml
index b22c7cf..49a42ee 100644
--- a/res/drawable/connected.xml
+++ b/res/drawable/connected.xml
@@ -1,4 +1,5 @@
<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>