mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-04-11 02:32:27 +02:00
14 lines
589 B
XML
14 lines
589 B
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
~ Copyright (c) Kuba Szczodrzyński 2019-11-15.
|
|
-->
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:drawablePadding="16dp"
|
|
android:fontFamily="sans-serif-light"
|
|
android:text="@string/timetable_no_lessons_title"
|
|
android:textSize="24sp"
|
|
app:drawableTopCompat="@drawable/ic_timetable" /> |