made password field not visible, pop up text white instead of pink
This commit is contained in:
parent
7b90d4b807
commit
f92a38c954
2 changed files with 10 additions and 8 deletions
|
@ -36,7 +36,7 @@
|
||||||
android:layout_marginTop="40dp"
|
android:layout_marginTop="40dp"
|
||||||
app:met_baseColor="@android:color/white"
|
app:met_baseColor="@android:color/white"
|
||||||
app:met_floatingLabel="highlight"
|
app:met_floatingLabel="highlight"
|
||||||
app:met_primaryColor="?colorAccent"
|
app:met_primaryColor="@color/colorWhite"
|
||||||
app:met_singleLineEllipsis="true" />
|
app:met_singleLineEllipsis="true" />
|
||||||
|
|
||||||
//component used from https://github.com/rengwuxian/MaterialEditText
|
//component used from https://github.com/rengwuxian/MaterialEditText
|
||||||
|
@ -50,8 +50,9 @@
|
||||||
android:layout_marginTop="20dp"
|
android:layout_marginTop="20dp"
|
||||||
app:met_baseColor="@android:color/white"
|
app:met_baseColor="@android:color/white"
|
||||||
app:met_floatingLabel="highlight"
|
app:met_floatingLabel="highlight"
|
||||||
app:met_primaryColor="?colorAccent"
|
app:met_primaryColor="@color/colorWhite"
|
||||||
app:met_singleLineEllipsis="true" />
|
app:met_singleLineEllipsis="true"
|
||||||
|
android:inputType="textPassword"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
android:textSize="15sp"
|
android:textSize="15sp"
|
||||||
app:met_baseColor="@android:color/white"
|
app:met_baseColor="@android:color/white"
|
||||||
app:met_floatingLabel="highlight"
|
app:met_floatingLabel="highlight"
|
||||||
app:met_primaryColor="?colorAccent"
|
app:met_primaryColor="@color/colorWhite"
|
||||||
app:met_singleLineEllipsis="true" />
|
app:met_singleLineEllipsis="true" />
|
||||||
|
|
||||||
//component used from https://github.com/rengwuxian/MaterialEditText
|
//component used from https://github.com/rengwuxian/MaterialEditText
|
||||||
|
@ -63,8 +63,9 @@
|
||||||
android:textSize="15sp"
|
android:textSize="15sp"
|
||||||
app:met_baseColor="@android:color/white"
|
app:met_baseColor="@android:color/white"
|
||||||
app:met_floatingLabel="highlight"
|
app:met_floatingLabel="highlight"
|
||||||
app:met_primaryColor="?colorAccent"
|
app:met_primaryColor="@color/colorWhite"
|
||||||
app:met_singleLineEllipsis="true" />
|
app:met_singleLineEllipsis="true"
|
||||||
|
android:inputType="textPassword"/>
|
||||||
|
|
||||||
//component used from https://github.com/rengwuxian/MaterialEditText
|
//component used from https://github.com/rengwuxian/MaterialEditText
|
||||||
<com.rengwuxian.materialedittext.MaterialEditText
|
<com.rengwuxian.materialedittext.MaterialEditText
|
||||||
|
@ -76,7 +77,7 @@
|
||||||
android:textSize="15sp"
|
android:textSize="15sp"
|
||||||
app:met_baseColor="@android:color/white"
|
app:met_baseColor="@android:color/white"
|
||||||
app:met_floatingLabel="highlight"
|
app:met_floatingLabel="highlight"
|
||||||
app:met_primaryColor="?colorAccent"
|
app:met_primaryColor="@color/colorWhite"
|
||||||
app:met_singleLineEllipsis="true" />
|
app:met_singleLineEllipsis="true" />
|
||||||
|
|
||||||
//component used from https://github.com/rengwuxian/MaterialEditText
|
//component used from https://github.com/rengwuxian/MaterialEditText
|
||||||
|
@ -89,7 +90,7 @@
|
||||||
android:textSize="15sp"
|
android:textSize="15sp"
|
||||||
app:met_baseColor="@android:color/white"
|
app:met_baseColor="@android:color/white"
|
||||||
app:met_floatingLabel="highlight"
|
app:met_floatingLabel="highlight"
|
||||||
app:met_primaryColor="?colorAccent"
|
app:met_primaryColor="@color/colorWhite"
|
||||||
app:met_singleLineEllipsis="true" />
|
app:met_singleLineEllipsis="true" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Reference in a new issue