PlayerAndroid/app/src/main/res/layout/sub_header.xml

14 lines
667 B
XML
Raw Normal View History

2018-07-27 13:07:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-09-28 17:52:49 +00:00
<com.google.android.material.textview.MaterialTextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
2018-09-23 10:04:43 +00:00
android:id="@+id/title"
2020-01-28 18:35:50 +00:00
android:layout_width="wrap_content"
android:layout_height="wrap_content"
2018-09-23 10:04:43 +00:00
android:layout_gravity="start"
android:layout_marginStart="@dimen/toolbar_margin_horizontal"
android:layout_marginEnd="@dimen/toolbar_margin_horizontal"
2021-09-16 12:59:31 +00:00
android:gravity="start"
2020-05-14 13:38:28 +00:00
android:paddingVertical="12dp"
2020-06-06 11:09:27 +00:00
android:textAppearance="@style/TextViewOverline"
2020-01-28 18:35:50 +00:00
android:textStyle="bold"
2020-05-14 13:38:28 +00:00
tools:text="@tools:sample/full_names" />