Change the text color in the activity_pocket_request.xml to white for contrast
This commit is contained in:
parent
332eced879
commit
fe5603c0b7
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
android:id="@+id/etPassword"
|
android:id="@+id/etPassword"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:textColor="@color/white"
|
||||||
android:inputType="numberPassword" />
|
android:inputType="numberPassword" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in a new issue