aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml78
1 files changed, 0 insertions, 78 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml b/OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml
deleted file mode 100644
index 408c0c54e..000000000
--- a/OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
-
- <com.beardedhen.androidbootstrap.BootstrapButton
- android:id="@+id/select_secret_key_select_key_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginBottom="4dp"
- android:layout_marginRight="4dp"
- android:layout_marginTop="4dp"
- android:text="@string/api_settings_select_key"
- bootstrapbutton:bb_icon_left="fa-key"
- bootstrapbutton:bb_size="default"
- bootstrapbutton:bb_type="default" />
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="4dp"
- android:layout_marginLeft="4dp"
- android:layout_marginTop="4dp"
- android:orientation="vertical"
- android:paddingLeft="4dp">
-
- <!-- Has been made focusable to display error messages with setError -->
- <TextView
- android:id="@+id/select_secret_key_user_id"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="left"
- android:focusable="true"
- android:focusableInTouchMode="true"
- android:singleLine="true"
- android:ellipsize="end"
- android:visibility="gone"
- android:layout_marginRight="5dip"
- android:text=""
- android:textAppearance="?android:attr/textAppearanceSmall" />
-
- <TextView
- android:id="@+id/select_secret_key_user_id_rest"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="left"
- android:ellipsize="end"
- android:singleLine="true"
- android:layout_marginRight="5dip"
- android:text=""
- android:visibility="gone"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="10dp" />
-
- <TextView
- android:id="@+id/select_secret_key_master_key_hex"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:visibility="gone"
- android:layout_marginRight="15dip" />
-
- <TextView
- android:id="@+id/no_key_selected"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/api_settings_no_key"
- android:layout_marginTop="15dp" />
-
-
- </LinearLayout>
-
-</LinearLayout> \ No newline at end of file