summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMartin Fietz <martin.fietz@gmail.com>2018-01-10 23:26:20 +0100
committerMartin Fietz <martin.fietz@gmail.com>2018-01-10 23:26:20 +0100
commit0774ed12e5cd619782cbec0239e51e45dacc19d4 (patch)
tree57d0bb8f1d5d32765c13333ed903b79e38bbe1d1 /app
parent214d651735e67f572653ac3e06784223ba172ff7 (diff)
downloadAntennaPod-0774ed12e5cd619782cbec0239e51e45dacc19d4.zip
Move attributes to edittext
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/feedinfo.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/layout/feedinfo.xml b/app/src/main/res/layout/feedinfo.xml
index 69b835ee1..549c8ce22 100644
--- a/app/src/main/res/layout/feedinfo.xml
+++ b/app/src/main/res/layout/feedinfo.xml
@@ -249,10 +249,7 @@
app:layout_row="1"
app:layout_column="0"
android:text="@string/password_label"
- android:textColor="?android:attr/textColorPrimary"
- android:focusable="true"
- android:focusableInTouchMode="true"
- android:cursorVisible="true"/>
+ android:textColor="?android:attr/textColorPrimary" />
<EditText
android:id="@+id/etxtPassword"
@@ -261,7 +258,10 @@
app:layout_row="1"
app:layout_column="1"
android:hint="@string/password_label"
- android:inputType="textPassword"/>
+ android:inputType="textPassword"
+ android:focusable="true"
+ android:focusableInTouchMode="true"
+ android:cursorVisible="true"/>
</android.support.v7.widget.GridLayout>