1
0

Adjust colors of grades in dark theme (#143)

This commit is contained in:
Mikołaj Pich
2018-07-15 14:20:22 +02:00
committed by Rafał Borcz
parent b8a31c3faf
commit 083765b020
5 changed files with 35 additions and 28 deletions

View File

@ -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

View File

@ -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