2017-09-24 04:30:00 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2017-09-25 15:32:45 +00:00
|
|
|
android:background="?attr/media_overview_toolbar_background"
|
2017-09-24 04:30:00 +00:00
|
|
|
android:padding="16dp">
|
|
|
|
|
|
|
|
<TextView android:id="@+id/text"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="start|center_vertical"
|
2017-09-25 15:32:45 +00:00
|
|
|
android:textColor="?attr/media_overview_header_foreground"
|
2020-01-15 05:13:28 +00:00
|
|
|
android:textSize="@dimen/small_font_size"
|
2017-09-24 04:30:00 +00:00
|
|
|
tools:text="March 1, 2015" />
|
|
|
|
</FrameLayout>
|