aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/import_keys_activity.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-05-19 00:10:34 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-05-19 00:10:34 +0200
commit8a2ffd8f90e9653ed69f945a94f6b9702dbdfff4 (patch)
treed9c0d87a450a803d4a1e66fa8222bfea1752e7a6 /OpenKeychain/src/main/res/layout/import_keys_activity.xml
parent8e846dc13226b1dac784eb30b4304ed008841e54 (diff)
downloadopen-keychain-8a2ffd8f90e9653ed69f945a94f6b9702dbdfff4.tar.gz
open-keychain-8a2ffd8f90e9653ed69f945a94f6b9702dbdfff4.tar.bz2
open-keychain-8a2ffd8f90e9653ed69f945a94f6b9702dbdfff4.zip
Layout fixes for key import
Diffstat (limited to 'OpenKeychain/src/main/res/layout/import_keys_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/import_keys_activity.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/OpenKeychain/src/main/res/layout/import_keys_activity.xml b/OpenKeychain/src/main/res/layout/import_keys_activity.xml
index 876374700..2a332823e 100644
--- a/OpenKeychain/src/main/res/layout/import_keys_activity.xml
+++ b/OpenKeychain/src/main/res/layout/import_keys_activity.xml
@@ -1,20 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
android:id="@+id/content_frame"
android:layout_marginLeft="@dimen/drawer_content_padding"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true">
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
<FrameLayout
android:id="@+id/import_navigation_fragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
- android:orientation="vertical"
- android:paddingLeft="4dp"
- android:paddingRight="4dp" />
+ android:orientation="vertical" />
<LinearLayout
android:id="@+id/import_footer"
@@ -56,6 +52,7 @@
android:layout_alignParentLeft="true"
android:layout_below="@+id/import_navigation_fragment"
android:orientation="vertical"
- android:paddingLeft="4dp"
- android:paddingRight="4dp" />
+ android:paddingTop="8dp"
+ android:paddingLeft="16dp"
+ android:paddingRight="16dp" />
</RelativeLayout> \ No newline at end of file