aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-01-13 17:44:53 +0000
committerKenny Root <kenny@the-b.org>2009-01-13 17:44:53 +0000
commit1322b4654fd09505b1bc4ef5aecc3bfd205a923d (patch)
tree49e12bcbb4aad085edbfe798798022e5bc306812 /res/layout
parent38132a59fdc4b7a5aee4161ce9b17e80fbf88d86 (diff)
downloadconnectbot-1322b4654fd09505b1bc4ef5aecc3bfd205a923d.tar.gz
connectbot-1322b4654fd09505b1bc4ef5aecc3bfd205a923d.tar.bz2
connectbot-1322b4654fd09505b1bc4ef5aecc3bfd205a923d.zip
A smaller fix to the ViewFlipper bug
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/act_console.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/act_console.xml b/res/layout/act_console.xml
index 29b60d8..da58b8c 100644
--- a/res/layout/act_console.xml
+++ b/res/layout/act_console.xml
@@ -31,8 +31,7 @@
android:gravity="center"
/>
- <!-- CHANGE BACK TO ViewFlipper WHEN FIX RELEASED! -->
- <org.connectbot.util.ViewFlipperFixed
+ <ViewFlipper
android:id="@+id/console_flip"
android:layout_width="fill_parent"
android:layout_height="fill_parent"