aboutsummaryrefslogtreecommitdiffstats
path: root/example/src/main/res/layout/openpgp_provider.xml
diff options
context:
space:
mode:
Diffstat (limited to 'example/src/main/res/layout/openpgp_provider.xml')
-rw-r--r--example/src/main/res/layout/openpgp_provider.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/example/src/main/res/layout/openpgp_provider.xml b/example/src/main/res/layout/openpgp_provider.xml
index 13096b4..d2b4572 100644
--- a/example/src/main/res/layout/openpgp_provider.xml
+++ b/example/src/main/res/layout/openpgp_provider.xml
@@ -153,7 +153,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="Get key:"
+ android:text="Get key/backup key:"
android:textAppearance="?android:attr/textAppearanceMedium" />
<EditText
@@ -168,6 +168,12 @@
android:layout_height="wrap_content"
android:text="Get key" />
+ <Button
+ android:id="@+id/crypto_provider_demo_backup"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="Backup" />
+
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"