aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/act_pubkeylist.xml
diff options
context:
space:
mode:
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>