Fix grade summary final grade string (#324)
This commit is contained in:

committed by
Rafał Borcz

parent
2bf7755157
commit
017c200115
@ -3,7 +3,8 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
tools:context=".ui.modules.grade.summary.GradeSummaryItem">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@ -79,7 +80,7 @@
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginLeft="20dp"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/grade_summary_final_average"
|
||||
android:text="@string/grade_summary_final_grade"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<TextView
|
||||
|
Reference in New Issue
Block a user