aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/linked_select_fragment.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-09-08 15:51:01 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-09-08 15:51:01 +0200
commitbb7efe0ce94f2bb8e111b17f5e3e4cfde045cd9b (patch)
tree63a26926612b3d92007b16fbea499151e3cada11 /OpenKeychain/src/main/res/layout/linked_select_fragment.xml
parenta5eea6c200431aef2a87474ac9042ea3062f0230 (diff)
downloadopen-keychain-bb7efe0ce94f2bb8e111b17f5e3e4cfde045cd9b.tar.gz
open-keychain-bb7efe0ce94f2bb8e111b17f5e3e4cfde045cd9b.tar.bz2
open-keychain-bb7efe0ce94f2bb8e111b17f5e3e4cfde045cd9b.zip
linked: fix button margins in select dialog
Diffstat (limited to 'OpenKeychain/src/main/res/layout/linked_select_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/linked_select_fragment.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/layout/linked_select_fragment.xml b/OpenKeychain/src/main/res/layout/linked_select_fragment.xml
index cfb0fdee5..a8d7b408b 100644
--- a/OpenKeychain/src/main/res/layout/linked_select_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/linked_select_fragment.xml
@@ -35,13 +35,14 @@
<View
android:layout_width="match_parent"
android:layout_height="1dip"
- android:layout_marginBottom="4dp"
android:background="?android:attr/listDivider" />
<LinearLayout
android:id="@+id/linked_create_github_button"
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
+ android:layout_marginTop="2dp"
+ android:layout_marginBottom="2dp"
android:clickable="true"
android:background="?android:selectableItemBackground"
android:orientation="horizontal">
@@ -70,13 +71,14 @@
<View
android:layout_width="match_parent"
android:layout_height="1dip"
- android:layout_marginBottom="4dp"
android:background="?android:attr/listDivider" />
<LinearLayout
android:id="@+id/linked_create_twitter_button"
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
+ android:layout_marginTop="2dp"
+ android:layout_marginBottom="2dp"
android:clickable="true"
android:background="?android:selectableItemBackground"
android:orientation="horizontal">
@@ -142,13 +144,14 @@
<View
android:layout_width="match_parent"
android:layout_height="1dip"
- android:layout_marginBottom="4dp"
android:background="?android:attr/listDivider" />
<LinearLayout
android:id="@+id/linked_create_https_button"
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
+ android:layout_marginTop="2dp"
+ android:layout_marginBottom="2dp"
android:clickable="true"
android:background="?android:selectableItemBackground"
android:orientation="horizontal">