aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout/key_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/res/layout/key_view.xml')
-rw-r--r--OpenPGP-Keychain/res/layout/key_view.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/OpenPGP-Keychain/res/layout/key_view.xml b/OpenPGP-Keychain/res/layout/key_view.xml
index 5649fe338..88dc2a8eb 100644
--- a/OpenPGP-Keychain/res/layout/key_view.xml
+++ b/OpenPGP-Keychain/res/layout/key_view.xml
@@ -95,10 +95,12 @@
android:layout_height="wrap_content"
android:padding="4dp"
android:text="@string/section_user_ids" />
-
- <ListView android:id="@+id/user_ids"
+
+ <ListView
+ android:id="@+id/user_ids"
android:layout_width="wrap_content"
- android:layout_height="wrap_content"></ListView>
+ android:layout_height="wrap_content" >
+ </ListView>
<TextView
style="@style/SectionHeader"