aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/create_key_final_fragment.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-09-21 21:50:56 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-09-21 21:50:56 +0200
commitbf0104af2e25ddfe747a960a626e38ae8d203593 (patch)
treeca364f127368c6944d0c6a32cf3e12338abe9ee5 /OpenKeychain/src/main/res/layout/create_key_final_fragment.xml
parentd4387c01795a0fc62319cd715c72699c10d4a7cb (diff)
downloadopen-keychain-bf0104af2e25ddfe747a960a626e38ae8d203593.tar.gz
open-keychain-bf0104af2e25ddfe747a960a626e38ae8d203593.tar.bz2
open-keychain-bf0104af2e25ddfe747a960a626e38ae8d203593.zip
Feature to change key configuration in create key
Diffstat (limited to 'OpenKeychain/src/main/res/layout/create_key_final_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/create_key_final_fragment.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/create_key_final_fragment.xml b/OpenKeychain/src/main/res/layout/create_key_final_fragment.xml
index 6814cd259..7f7b2cdce 100644
--- a/OpenKeychain/src/main/res/layout/create_key_final_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/create_key_final_fragment.xml
@@ -74,6 +74,54 @@
android:layout_height="1dip"
android:background="?android:attr/listDivider" />
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+
+ <TextView
+ android:id="@+id/create_key_edit_text"
+ android:padding="8dp"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:text="@string/create_key_rsa"
+ android:textColor="@color/android_green_dark"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:minHeight="?android:attr/listPreferredItemHeight"
+ android:clickable="true"
+ android:gravity="center_vertical"
+ android:layout_gravity="center_vertical" />
+
+ <View
+ android:layout_width="1dp"
+ android:layout_height="match_parent"
+ android:layout_marginTop="8dp"
+ android:layout_marginBottom="8dp"
+ android:background="?android:attr/listDivider" />
+
+ <TextView
+ android:id="@+id/create_key_edit_button"
+ android:paddingLeft="8dp"
+ android:paddingRight="8dp"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:text="@string/create_key_edit"
+ android:minHeight="?android:attr/listPreferredItemHeight"
+ android:gravity="center_vertical"
+ android:clickable="true"
+ style="@style/SelectableItem"
+ android:layout_gravity="center_vertical" />
+ </LinearLayout>
+
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1dip"
+ android:background="?android:attr/listDivider" />
+
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"