aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-03-21 15:43:51 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-03-21 15:43:51 +0100
commitc7efaacc9d1abc03036625b29961b5dad2672c44 (patch)
tree56b93e1405fc9ff6a4a85262b4a20f0b340526df /OpenKeychain/src/main/res
parent10f9dcd7a1e59a3302639e43df6b57a360f9563b (diff)
parentbf427ce9c1ecce699d5aa21137a476687dbd9395 (diff)
downloadopen-keychain-c7efaacc9d1abc03036625b29961b5dad2672c44.tar.gz
open-keychain-c7efaacc9d1abc03036625b29961b5dad2672c44.tar.bz2
open-keychain-c7efaacc9d1abc03036625b29961b5dad2672c44.zip
Merge branch 'manojkhannakm-development' into development
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/layout/import_keys_activity.xml20
1 files changed, 15 insertions, 5 deletions
diff --git a/OpenKeychain/src/main/res/layout/import_keys_activity.xml b/OpenKeychain/src/main/res/layout/import_keys_activity.xml
index 2cba78f37..332b95ce5 100644
--- a/OpenKeychain/src/main/res/layout/import_keys_activity.xml
+++ b/OpenKeychain/src/main/res/layout/import_keys_activity.xml
@@ -50,18 +50,19 @@
android:layout_weight="1"
android:background="@android:color/white" />
- <LinearLayout
+ <RelativeLayout
android:id="@+id/import_footer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:paddingLeft="16dp"
- android:paddingRight="16dp"
android:background="@android:color/white">
<View
+ android:id="@+id/import_divider"
android:layout_width="match_parent"
android:layout_height="1dip"
+ android:layout_marginLeft="16dp"
+ android:layout_marginRight="16dp"
android:background="?android:attr/listDivider" />
<TextView
@@ -70,7 +71,10 @@
android:paddingRight="8dp"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="16dp"
+ android:layout_marginRight="16dp"
+ android:layout_below="@id/import_divider"
android:text="@string/import_import"
android:minHeight="?android:attr/listPreferredItemHeight"
android:drawableRight="@drawable/ic_file_download_grey_24dp"
@@ -79,6 +83,12 @@
android:clickable="true"
android:background="?android:selectableItemBackground" />
- </LinearLayout>
+ <RelativeLayout
+ android:id="@+id/import_snackbar"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_alignBottom="@id/import_import" />
+
+ </RelativeLayout>
</LinearLayout>
</RelativeLayout> \ No newline at end of file