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

feat_androidx_migration
dtvv 2018-10-12 14:10:27 -05:00
parent 332eced879
commit fe5603c0b7
1 changed files with 1 additions and 0 deletions

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>