2018-02-05 22:50:56 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-02-22 00:43:50 +01:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-02-05 22:50:56 +01:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
2020-02-22 00:41:37 +01:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/title"
|
2020-09-27 19:41:25 +02:00
|
|
|
style="@style/TextAppearance.Medium.SubHeading"
|
2018-02-05 22:50:56 +01:00
|
|
|
android:layout_width="match_parent"
|
2020-02-22 00:41:37 +01:00
|
|
|
android:layout_height="wrap_content"
|
2021-05-22 16:10:41 +02:00
|
|
|
android:paddingHorizontal="16dp"
|
|
|
|
android:paddingVertical="8dp"
|
2020-02-22 00:43:50 +01:00
|
|
|
tools:text="Title" />
|
2020-01-10 01:10:55 +01:00
|
|
|
|
2020-01-05 17:29:27 +01:00
|
|
|
</FrameLayout>
|