aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-12-31 01:41:37 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2013-12-31 01:41:37 +0100
commit52c55aaabeac7f35b4800e4cbf0ca098d3d6c54e (patch)
tree024ce795970c085a9d7d7ffef1248680bdf5f39e /OpenPGP-Keychain/res/layout
parentcdb3e04b4701079cb77fb74e57de7545431a3b37 (diff)
downloadopen-keychain-52c55aaabeac7f35b4800e4cbf0ca098d3d6c54e.tar.gz
open-keychain-52c55aaabeac7f35b4800e4cbf0ca098d3d6c54e.tar.bz2
open-keychain-52c55aaabeac7f35b4800e4cbf0ca098d3d6c54e.zip
code styling
Diffstat (limited to 'OpenPGP-Keychain/res/layout')
-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"