aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/backup_fragment.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-09-19 15:29:44 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-09-19 15:29:44 +0200
commitd94ebb22699ff50c027296c5c5752c571c60c33c (patch)
tree784c73580b5bbb689716a89c3c89f8398aa9127d /OpenKeychain/src/main/res/layout/backup_fragment.xml
parent2ebcc942d4a4faca97971b387d14c5ea1fcac16f (diff)
downloadopen-keychain-d94ebb22699ff50c027296c5c5752c571c60c33c.tar.gz
open-keychain-d94ebb22699ff50c027296c5c5752c571c60c33c.tar.bz2
open-keychain-d94ebb22699ff50c027296c5c5752c571c60c33c.zip
encrypted export WIP
Diffstat (limited to 'OpenKeychain/src/main/res/layout/backup_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/backup_fragment.xml71
1 files changed, 0 insertions, 71 deletions
diff --git a/OpenKeychain/src/main/res/layout/backup_fragment.xml b/OpenKeychain/src/main/res/layout/backup_fragment.xml
deleted file mode 100644
index 96fba954b..000000000
--- a/OpenKeychain/src/main/res/layout/backup_fragment.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:paddingLeft="16dp"
- android:paddingRight="16dp"
- android:paddingTop="24dp">
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:paddingBottom="8dip"
- android:text="@string/backup_text"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <TextView
- style="@style/SectionHeader"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="16dp"
- android:text="@string/backup_section" />
-
- <TextView
- android:id="@+id/backup_all"
- style="?android:attr/borderlessButtonStyle"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:clickable="true"
- android:drawablePadding="8dp"
- android:drawableRight="@drawable/ic_save_grey_24dp"
- android:gravity="center_vertical"
- android:minHeight="?android:attr/listPreferredItemHeight"
- android:paddingLeft="8dp"
- android:paddingRight="8dp"
- android:text="@string/backup_all"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <View
- android:layout_width="match_parent"
- android:layout_height="1dip"
- android:background="?android:attr/listDivider" />
-
- <TextView
- android:id="@+id/backup_public_keys"
- style="?android:attr/borderlessButtonStyle"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:clickable="true"
- android:drawablePadding="8dp"
- android:drawableRight="@drawable/ic_save_grey_24dp"
- android:gravity="center_vertical"
- android:minHeight="?android:attr/listPreferredItemHeight"
- android:paddingLeft="8dp"
- android:paddingRight="8dp"
- android:text="@string/backup_public_keys"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <View
- android:layout_width="match_parent"
- android:layout_height="1dip"
- android:layout_marginBottom="8dp"
- android:background="?android:attr/listDivider" />
- </LinearLayout>
-
-</ScrollView> \ No newline at end of file