aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/create_key_email_list_footer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/layout/create_key_email_list_footer.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/create_key_email_list_footer.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/create_key_email_list_footer.xml b/OpenKeychain/src/main/res/layout/create_key_email_list_footer.xml
new file mode 100644
index 000000000..3e58d40e5
--- /dev/null
+++ b/OpenKeychain/src/main/res/layout/create_key_email_list_footer.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:minHeight="16dp"
+ android:orientation="horizontal"
+ android:singleLine="true">
+
+ <Button
+ android:id="@+id/create_key_add_email"
+ android:paddingLeft="8dp"
+ android:paddingRight="8dp"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:text="@string/btn_add_email"
+ style="?android:attr/borderlessButtonStyle"
+ android:drawableLeft="@drawable/ic_email_grey_24dp"
+ android:drawablePadding="8dp"
+ android:gravity="left|center_vertical" />
+
+</LinearLayout>