aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-01-13 10:19:41 +0000
committerKenny Root <kenny@the-b.org>2009-01-13 10:19:41 +0000
commite7fb922562baed08711ef93342cfe72a00c6a32b (patch)
tree7a5c221762febfa9c7f827761d6a5083371e57a9 /res
parent5a5683a115b16a5ba0997baa54981f17253741e9 (diff)
downloadconnectbot-e7fb922562baed08711ef93342cfe72a00c6a32b.tar.gz
connectbot-e7fb922562baed08711ef93342cfe72a00c6a32b.tar.bz2
connectbot-e7fb922562baed08711ef93342cfe72a00c6a32b.zip
Workaround for ViewAnimator bug
* Was causing the last still-connected hosts to not show the correct options menu after a preceeding connection was closed.
Diffstat (limited to 'res')
-rw-r--r--res/layout/act_console.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/act_console.xml b/res/layout/act_console.xml
index 34d7459..29b60d8 100644
--- a/res/layout/act_console.xml
+++ b/res/layout/act_console.xml
@@ -31,7 +31,8 @@
android:gravity="center"
/>
- <ViewFlipper
+ <!-- CHANGE BACK TO ViewFlipper WHEN FIX RELEASED! -->
+ <org.connectbot.util.ViewFlipperFixed
android:id="@+id/console_flip"
android:layout_width="fill_parent"
android:layout_height="fill_parent"