mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Change color for contrast
This commit is contained in:
parent
9e9447c0c7
commit
38eeafa550
1 changed files with 2 additions and 2 deletions
|
@ -54,9 +54,9 @@
|
|||
android:layout_marginRight="12dp"
|
||||
android:fontFamily="@font/opensans_regular"
|
||||
android:text="@string/app_version"
|
||||
android:textColor="@color/grey"
|
||||
android:textColor="#757575"
|
||||
android:textSize="14dp"
|
||||
tools:ignore="HardcodedText,RtlHardcoded,SpUsage"/>
|
||||
tools:ignore="HardcodedText,RtlHardcoded,SpUsage" />
|
||||
|
||||
|
||||
<Button
|
||||
|
|
Loading…
Reference in a new issue