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