2019-07-24 22:19:43 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-08-08 20:01:21 +02:00
|
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/text_title"
|
2019-07-24 22:19:43 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2020-08-08 20:01:21 +02:00
|
|
|
android:layout_marginStart="16dp"
|
2021-01-30 14:59:11 +01:00
|
|
|
android:layout_marginTop="8dp"
|
2020-08-08 20:01:21 +02:00
|
|
|
android:layout_marginEnd="16dp"
|
2021-01-30 14:59:11 +01:00
|
|
|
android:layout_marginBottom="8dp"
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
android:textSize="18sp"
|
|
|
|
android:textStyle="bold" />
|