2017-09-23 21:30:00 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2021-06-25 14:27:51 -03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/signal_background_primary"
|
|
|
|
android:minHeight="48dp"
|
|
|
|
android:paddingTop="16dp"
|
|
|
|
android:paddingBottom="12dp">
|
2017-09-23 21:30:00 -07:00
|
|
|
|
2021-06-25 14:27:51 -03:00
|
|
|
<TextView
|
2021-07-09 10:34:36 -03:00
|
|
|
android:layout_marginStart="@dimen/dsl_settings_gutter"
|
|
|
|
android:layout_marginEnd="@dimen/dsl_settings_gutter"
|
2021-06-25 14:27:51 -03:00
|
|
|
android:id="@+id/text"
|
2021-07-09 10:34:36 -03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2021-06-25 14:27:51 -03:00
|
|
|
android:textAppearance="@style/TextAppearance.Signal.Body1.Bold"
|
|
|
|
android:textStyle="bold"
|
|
|
|
tools:text="March 1, 2015" />
|
|
|
|
</FrameLayout>
|