aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/view_key_share_fragment.xml
diff options
context:
space:
mode:
authormar-v-in <github@rvin.mooo.com>2014-06-18 21:43:54 +0200
committermar-v-in <github@rvin.mooo.com>2014-06-18 21:43:54 +0200
commitd9c937bbe762736d9f0c45d5ba0083555c8da2e1 (patch)
treee5cbd2300622e555283867f39767bf34b9dd5796 /OpenKeychain/src/main/res/layout/view_key_share_fragment.xml
parente106079b90f7d596a254b223b6e8741fc6d94785 (diff)
parent825f37eee4be6a4dc527391e6238668e6d147a36 (diff)
downloadopen-keychain-d9c937bbe762736d9f0c45d5ba0083555c8da2e1.tar.gz
open-keychain-d9c937bbe762736d9f0c45d5ba0083555c8da2e1.tar.bz2
open-keychain-d9c937bbe762736d9f0c45d5ba0083555c8da2e1.zip
Merge branch 'master' into improve-file
Diffstat (limited to 'OpenKeychain/src/main/res/layout/view_key_share_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/view_key_share_fragment.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/OpenKeychain/src/main/res/layout/view_key_share_fragment.xml b/OpenKeychain/src/main/res/layout/view_key_share_fragment.xml
index 67c2e241a..1cd2b9f1b 100644
--- a/OpenKeychain/src/main/res/layout/view_key_share_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/view_key_share_fragment.xml
@@ -24,8 +24,7 @@
<LinearLayout
android:id="@+id/view_key_action_fingerprint_share"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:minHeight="?android:attr/listPreferredItemHeight"
+ android:layout_height="?android:attr/listPreferredItemHeight"
android:clickable="true"
style="@style/SelectableItem"
android:orientation="horizontal">
@@ -63,7 +62,6 @@
</LinearLayout>
-
<View
android:layout_width="match_parent"
android:layout_height="1dip"
@@ -90,8 +88,7 @@
<LinearLayout
android:id="@+id/view_key_action_key_share"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:minHeight="?android:attr/listPreferredItemHeight"
+ android:layout_height="?android:attr/listPreferredItemHeight"
android:clickable="true"
style="@style/SelectableItem"
android:orientation="horizontal">
@@ -135,8 +132,7 @@
<LinearLayout
android:id="@+id/view_key_action_nfc_help"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:minHeight="?android:attr/listPreferredItemHeight"
+ android:layout_height="?android:attr/listPreferredItemHeight"
android:clickable="true"
style="@style/SelectableItem"
android:orientation="horizontal"