aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/act_pubkeylist.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-10-30 20:15:42 +0000
committerKenny Root <kenny@the-b.org>2008-10-30 20:15:42 +0000
commitd13d568d1effb0e9913b1bc8ec4b6d7e4cc0e02d (patch)
tree77525c175c64bebe114582f7656bcbb4552f71e6 /res/layout/act_pubkeylist.xml
parentf3cdd0eb4229905378b5b5a1a2dd78b27d387862 (diff)
downloadconnectbot-d13d568d1effb0e9913b1bc8ec4b6d7e4cc0e02d.tar.gz
connectbot-d13d568d1effb0e9913b1bc8ec4b6d7e4cc0e02d.tar.bz2
connectbot-d13d568d1effb0e9913b1bc8ec4b6d7e4cc0e02d.zip
* Add icons for PubkeyListActivity and an empty-list hint TextView
* Make sure setMargins in terminal emulation can't be fooled * Don't force ConsoleActivity to run in landscape orientation
Diffstat (limited to 'res/layout/act_pubkeylist.xml')
-rw-r--r--res/layout/act_pubkeylist.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/layout/act_pubkeylist.xml b/res/layout/act_pubkeylist.xml
index d219047..1467086 100644
--- a/res/layout/act_pubkeylist.xml
+++ b/res/layout/act_pubkeylist.xml
@@ -28,5 +28,12 @@
android:layout_height="0dip"
android:layout_weight="1"
/>
-
+
+ <TextView android:id="@android:id/empty"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:text="@string/pubkey_list_empty"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:gravity="center"
+ />
</LinearLayout>