2019-07-25 01:49:43 +05:30
|
|
|
<?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"
|
2022-07-30 13:22:01 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2021-01-31 22:11:26 +01:00
|
|
|
android:id="@+id/text_title"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
android:layout_marginBottom="8dp"
|
2022-07-30 13:22:01 +02:00
|
|
|
android:textAlignment="viewStart"
|
2021-01-31 22:11:26 +01:00
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
android:textSize="18sp"
|
2022-07-30 13:22:01 +02:00
|
|
|
android:textStyle="bold"
|
|
|
|
tools:text="NSP" />
|