mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-20 15:51:30 +00:00
Give all media view headers a background color
This commit is contained in:
parent
15d74137d0
commit
4e883b23e6
@ -1,16 +1,19 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<FrameLayout
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_height="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:background="?attr/media_overview_toolbar_background"
|
android:layout_height="wrap_content"
|
||||||
android:padding="16dp">
|
android:background="@color/action_bar_background"
|
||||||
|
android:padding="16dp">
|
||||||
|
|
||||||
<TextView android:id="@+id/text"
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:id="@+id/text"
|
||||||
android:layout_height="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_gravity="start|center_vertical"
|
android:layout_height="wrap_content"
|
||||||
android:textColor="?attr/media_overview_header_foreground"
|
android:layout_gravity="start|center_vertical"
|
||||||
android:textSize="@dimen/small_font_size"
|
android:textColor="?attr/media_overview_header_foreground"
|
||||||
tools:text="March 1, 2015" />
|
android:textSize="@dimen/small_font_size"
|
||||||
|
tools:text="March 1, 2015" />
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
Loading…
x
Reference in New Issue
Block a user