aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/create_yubikey_fragment.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-03-22 06:36:27 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-03-22 06:36:27 +0100
commit212bba18693ebfce2dfa62afde8b11e8f0c2da0d (patch)
treea4437175cac8741e63efd411a65270a241a1991e /OpenKeychain/src/main/res/layout/create_yubikey_fragment.xml
parent2151411219b4e5d609d25fcbb574ccf399f54d6f (diff)
downloadopen-keychain-212bba18693ebfce2dfa62afde8b11e8f0c2da0d.tar.gz
open-keychain-212bba18693ebfce2dfa62afde8b11e8f0c2da0d.tar.bz2
open-keychain-212bba18693ebfce2dfa62afde8b11e8f0c2da0d.zip
finish ui flow for yubikey import
Diffstat (limited to 'OpenKeychain/src/main/res/layout/create_yubikey_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/create_yubikey_fragment.xml85
1 files changed, 0 insertions, 85 deletions
diff --git a/OpenKeychain/src/main/res/layout/create_yubikey_fragment.xml b/OpenKeychain/src/main/res/layout/create_yubikey_fragment.xml
deleted file mode 100644
index 0f5e50d42..000000000
--- a/OpenKeychain/src/main/res/layout/create_yubikey_fragment.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <ScrollView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:fillViewport="true"
- android:layout_above="@+id/create_key_buttons">
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="16dp"
- android:layout_marginLeft="8dp"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:id="@+id/create_yubikey_unknown_fp"
- android:text="(yubikey fingerprint)" />
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="16dp"
- android:layout_marginLeft="8dp"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:text="Hit next to import this key"
- />
-
- </LinearLayout>
-
- </ScrollView>
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:layout_alignParentBottom="true"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"
- android:background="@color/holo_gray_bright"
- android:id="@+id/create_key_buttons">
-
- <TextView
- android:id="@+id/create_key_back_button"
- android:paddingLeft="16dp"
- android:paddingRight="16dp"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="@string/btn_back"
- android:textAllCaps="true"
- android:minHeight="?android:attr/listPreferredItemHeight"
- android:drawableLeft="@drawable/ic_chevron_left_grey_24dp"
- android:drawablePadding="8dp"
- android:gravity="left|center_vertical"
- android:clickable="true"
- style="?android:attr/borderlessButtonStyle" />
-
- <TextView
- android:id="@+id/create_key_next_button"
- android:paddingLeft="16dp"
- android:paddingRight="16dp"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="@string/btn_next"
- android:textAllCaps="true"
- android:minHeight="?android:attr/listPreferredItemHeight"
- android:drawableRight="@drawable/ic_chevron_right_grey_24dp"
- android:drawablePadding="8dp"
- android:gravity="right|center_vertical"
- android:clickable="true"
- style="?android:attr/borderlessButtonStyle" />
-
- </LinearLayout>
-
-</RelativeLayout> \ No newline at end of file