Change the text color in the activity_pocket_request.xml to white for contrast

This commit is contained in:
dtvv 2018-10-12 14:10:27 -05:00
parent 332eced879
commit fe5603c0b7

View file

@ -23,6 +23,7 @@
android:id="@+id/etPassword"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/white"
android:inputType="numberPassword" />
</LinearLayout>
</LinearLayout>