2020-03-06 21:09:05 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
~ Copyright (c) Kuba Szczodrzyński 2020-3-1.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="8dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:textSize="18sp"
|
|
|
|
android:textColor="?android:textColorSecondary"
|
|
|
|
android:textStyle="italic"
|
2020-05-04 22:47:27 +02:00
|
|
|
android:text="@string/grades_empty_text"/>
|
2020-03-06 21:09:05 +01:00
|
|
|
</LinearLayout>
|
|
|
|
</layout>
|