aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-12-31 01:45:49 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2013-12-31 01:45:49 +0100
commitd45462bb337270c3310b29cc4af392ed65df796a (patch)
tree7b87adbec2b065b02f54f2b88bd63f751f7f6b9d /OpenPGP-Keychain
parent52c55aaabeac7f35b4800e4cbf0ca098d3d6c54e (diff)
downloadopen-keychain-d45462bb337270c3310b29cc4af392ed65df796a.tar.gz
open-keychain-d45462bb337270c3310b29cc4af392ed65df796a.tar.bz2
open-keychain-d45462bb337270c3310b29cc4af392ed65df796a.zip
key listview
Diffstat (limited to 'OpenPGP-Keychain')
-rw-r--r--OpenPGP-Keychain/res/layout/key_view.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/res/layout/key_view.xml b/OpenPGP-Keychain/res/layout/key_view.xml
index 88dc2a8eb..326959e97 100644
--- a/OpenPGP-Keychain/res/layout/key_view.xml
+++ b/OpenPGP-Keychain/res/layout/key_view.xml
@@ -99,8 +99,7 @@
<ListView
android:id="@+id/user_ids"
android:layout_width="wrap_content"
- android:layout_height="wrap_content" >
- </ListView>
+ android:layout_height="wrap_content" />
<TextView
style="@style/SectionHeader"
@@ -109,4 +108,9 @@
android:padding="4dp"
android:text="@string/section_keys" />
+ <ListView
+ android:id="@+id/keys"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content" />
+
</LinearLayout> \ No newline at end of file