Displaying bank code in textColorSecondary so that it's easier caught by eye
This commit is contained in:
parent
d5786dd5c2
commit
dbe58e2b02
|
@ -59,7 +59,7 @@
|
|||
android:layout_alignParentBottom="true"
|
||||
android:gravity="center_vertical"
|
||||
style="@style/TextAppearance.AppCompat.Small"
|
||||
android:textColor="@color/textColorSecondary"
|
||||
android:textColor="@color/textColorPrimary"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Reference in New Issue