forked from github/wulkanowy-mirror
Add option to change grade (background) color scheme (#259)
This commit is contained in:

committed by
Rafał Borcz

parent
1b30b00bb8
commit
cae4f140e6
@ -26,9 +26,9 @@
|
||||
android:layout_gravity="end"
|
||||
android:background="@color/grade_default"
|
||||
android:gravity="center"
|
||||
android:text="@string/app_name"
|
||||
android:textColor="@color/grade_text"
|
||||
android:textSize="30sp" />
|
||||
android:textSize="30sp"
|
||||
tools:text="6" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/gradeDialogSubject"
|
||||
|
@ -21,9 +21,9 @@
|
||||
android:background="@color/grade_default"
|
||||
android:gravity="center"
|
||||
android:maxLength="5"
|
||||
android:text="@string/app_name"
|
||||
android:textColor="@color/grade_text"
|
||||
android:textSize="16sp" />
|
||||
android:textSize="16sp"
|
||||
tools:text="6" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/gradeItemDescription"
|
||||
|
Reference in New Issue
Block a user