summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMatthew Wong <wongma@protonmail.ch>2015-12-30 00:15:08 -0500
committerMatthew Wong <wongma@protonmail.ch>2015-12-30 00:15:08 -0500
commit8c884bcba8a39531dc5c16dab2caebf11760708c (patch)
tree9349cc280aea720aefb0ad558c90f08924dcbad6 /app/src/main/res
parent5cb380bf471c6c7db1d165183296176d564c1ad3 (diff)
Add websites to autofill preferences
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_autofill.xml13
-rw-r--r--app/src/main/res/values-cs/strings.xml2
-rw-r--r--app/src/main/res/values/strings.xml3
3 files changed, 16 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_autofill.xml b/app/src/main/res/layout/fragment_autofill.xml
index 007147da..4ac1fc56 100644
--- a/app/src/main/res/layout/fragment_autofill.xml
+++ b/app/src/main/res/layout/fragment_autofill.xml
@@ -9,6 +9,19 @@
android:paddingRight="24dp"
android:paddingTop="20dp">
+ <android.support.design.widget.TextInputLayout xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ app:hintTextAppearance="@style/TextAppearance.AppCompat">
+
+ <EditText
+ android:id="@+id/webName"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:hint="@string/autofill_webname_hint"
+ android:inputType="textPersonName"/>
+ </android.support.design.widget.TextInputLayout>
+
<RadioGroup
android:id="@+id/autofill_radiogroup"
android:layout_width="match_parent"
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
index 926e051e..baaec873 100644
--- a/app/src/main/res/values-cs/strings.xml
+++ b/app/src/main/res/values-cs/strings.xml
@@ -167,6 +167,6 @@
<string name="autofill_fill">Vyplnit</string>
<string name="autofill_apps_default">Použít výchozí nastavení</string>
<string name="autofill_apps_first">Automaticky spárovat</string>
- <string name="autofill_apps_match_ellipsis">Spárovat s…</string>
+ <string name="autofill_apps_match_ellipsis">Spárovat s</string>
<string name="autofill_apps_never">Nikdy nepárovat</string>
</resources> \ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4047691f..188bf947 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -167,6 +167,7 @@
<string name="autofill_fill">Fill</string>
<string name="autofill_apps_default">Use default setting</string>
<string name="autofill_apps_first">Automatically match</string>
- <string name="autofill_apps_match_ellipsis">Match with…</string>
+ <string name="autofill_apps_match">Match with</string>
<string name="autofill_apps_never">Never match</string>
+ <string name="autofill_webname_hint">Name</string>
</resources>