aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/linked_create_https_fragment_step1.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-04-25 03:39:40 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-04-25 03:39:40 +0200
commit608b66d192fcab62ab44d28c34171f9ca1aff38b (patch)
treeb490d71e39b26a4f392eb2dc95daa32474b0d466 /OpenKeychain/src/main/res/layout/linked_create_https_fragment_step1.xml
parent24d407bce3aefc5ecc2a8ee4de4dac59b5b5972c (diff)
downloadopen-keychain-608b66d192fcab62ab44d28c34171f9ca1aff38b.tar.gz
open-keychain-608b66d192fcab62ab44d28c34171f9ca1aff38b.tar.bz2
open-keychain-608b66d192fcab62ab44d28c34171f9ca1aff38b.zip
change HttpsEditText to generic PrefixEditText
Diffstat (limited to 'OpenKeychain/src/main/res/layout/linked_create_https_fragment_step1.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/linked_create_https_fragment_step1.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/layout/linked_create_https_fragment_step1.xml b/OpenKeychain/src/main/res/layout/linked_create_https_fragment_step1.xml
index a18c1883a..8b6047e21 100644
--- a/OpenKeychain/src/main/res/layout/linked_create_https_fragment_step1.xml
+++ b/OpenKeychain/src/main/res/layout/linked_create_https_fragment_step1.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:custom="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="match_parent">
@@ -37,7 +38,7 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/linked_create_https_1_3" />
- <org.sufficientlysecure.keychain.ui.widget.HttpsPrefixedText
+ <org.sufficientlysecure.keychain.ui.widget.PrefixedEditText
android:id="@+id/linked_create_https_uri"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -46,6 +47,7 @@
android:ems="10"
android:inputType="textUri"
android:layout_gravity="center_horizontal"
+ custom:prefix="https://"
/>
<TextView