2020-05-03 19:52:43 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2020-05-03 19:52:58 +02:00
|
|
|
<TextView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textSize="16sp"
|
|
|
|
android:textColor="@color/logo_white"
|
|
|
|
android:fontFamily="@font/montserrat"
|
|
|
|
/>
|