Adjust colors of grades in dark theme (#143)
This commit is contained in:

committed by
Rafał Borcz

parent
b8a31c3faf
commit
083765b020
@ -29,6 +29,8 @@
|
||||
android:layout_gravity="end"
|
||||
android:gravity="center"
|
||||
android:text="@string/app_name"
|
||||
android:textColor="@color/grade_text"
|
||||
android:background="@color/grade_default"
|
||||
android:textSize="30sp" />
|
||||
|
||||
<TextView
|
||||
|
@ -30,6 +30,9 @@
|
||||
android:layout_centerVertical="true"
|
||||
android:gravity="center"
|
||||
android:maxLength="5"
|
||||
android:text="@string/app_name"
|
||||
android:textColor="@color/grade_text"
|
||||
android:background="@color/grade_default"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<TextView
|
||||
|
Reference in New Issue
Block a user