2018-02-05 16:50:56 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-02-21 18:43:50 -05:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-02-05 16:50:56 -05:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
2020-02-21 18:41:37 -05:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/title"
|
|
|
|
style="@style/TextAppearance.Regular.SubHeading"
|
2018-02-05 16:50:56 -05:00
|
|
|
android:layout_width="match_parent"
|
2020-02-21 18:41:37 -05:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingStart="@dimen/material_component_text_fields_padding_above_and_below_label"
|
|
|
|
android:paddingTop="8dp"
|
2020-03-22 12:43:42 -04:00
|
|
|
android:paddingEnd="@dimen/material_component_text_fields_padding_above_and_below_label"
|
2020-02-21 18:43:50 -05:00
|
|
|
android:paddingBottom="8dp"
|
|
|
|
tools:text="Title" />
|
2020-01-09 19:10:55 -05:00
|
|
|
|
2020-01-05 11:29:27 -05:00
|
|
|
</FrameLayout>
|