Move attributes to edittext
This commit is contained in:
parent
214d651735
commit
0774ed12e5
@ -249,10 +249,7 @@
|
|||||||
app:layout_row="1"
|
app:layout_row="1"
|
||||||
app:layout_column="0"
|
app:layout_column="0"
|
||||||
android:text="@string/password_label"
|
android:text="@string/password_label"
|
||||||
android:textColor="?android:attr/textColorPrimary"
|
android:textColor="?android:attr/textColorPrimary" />
|
||||||
android:focusable="true"
|
|
||||||
android:focusableInTouchMode="true"
|
|
||||||
android:cursorVisible="true"/>
|
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/etxtPassword"
|
android:id="@+id/etxtPassword"
|
||||||
@ -261,7 +258,10 @@
|
|||||||
app:layout_row="1"
|
app:layout_row="1"
|
||||||
app:layout_column="1"
|
app:layout_column="1"
|
||||||
android:hint="@string/password_label"
|
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>
|
</android.support.v7.widget.GridLayout>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user