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"
|
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"
|
2022-02-16 01:51:41 +01:00
|
|
|
android:layout_marginHorizontal="16dp"
|
|
|
|
android:layout_marginVertical="8dp"
|
2022-07-30 13:22:01 +02:00
|
|
|
android:textAlignment="viewStart"
|
2022-02-16 01:51:41 +01:00
|
|
|
android:textAppearance="@style/SectionTitle"
|
2021-01-31 22:11:26 +01:00
|
|
|
android:textSize="18sp"
|
2022-07-30 13:22:01 +02:00
|
|
|
tools:text="NSP" />
|