Timeline: fix separators background
This commit is contained in:
parent
1bc431198e
commit
c9691b04ad
@ -3,7 +3,6 @@
|
|||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="?riotx_background"
|
|
||||||
android:padding="8dp">
|
android:padding="8dp">
|
||||||
|
|
||||||
<View
|
<View
|
||||||
@ -12,16 +11,15 @@
|
|||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
android:layout_marginStart="8dp"
|
android:layout_marginStart="8dp"
|
||||||
android:layout_marginEnd="8dp"
|
android:layout_marginEnd="8dp"
|
||||||
android:background="?riotx_header_panel_background" />
|
android:background="?riotx_list_bottom_sheet_divider_color" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/itemDayTextView"
|
android:id="@+id/itemDayTextView"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:background="?riotx_background"
|
android:background="?android:attr/windowBackground"
|
||||||
android:paddingStart="32dp"
|
android:paddingHorizontal="24dp"
|
||||||
android:paddingEnd="32dp"
|
|
||||||
android:textColor="?riotx_header_panel_text_secondary"
|
android:textColor="?riotx_header_panel_text_secondary"
|
||||||
android:textSize="15sp"
|
android:textSize="15sp"
|
||||||
tools:text="@tools:sample/date/day_of_week" />
|
tools:text="@tools:sample/date/day_of_week" />
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="?riotx_background"
|
|
||||||
android:padding="8dp">
|
android:padding="8dp">
|
||||||
|
|
||||||
<View
|
<View
|
||||||
@ -17,10 +16,9 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:background="?riotx_background"
|
android:background="?android:attr/windowBackground"
|
||||||
android:fontFamily="sans-serif-medium"
|
android:fontFamily="sans-serif-medium"
|
||||||
android:paddingStart="8dp"
|
android:paddingHorizontal="16dp"
|
||||||
android:paddingEnd="8dp"
|
|
||||||
android:text="@string/timeline_unread_messages"
|
android:text="@string/timeline_unread_messages"
|
||||||
android:textColor="@color/notification_accent_color"
|
android:textColor="@color/notification_accent_color"
|
||||||
android:textSize="15sp" />
|
android:textSize="15sp" />
|
||||||
|
Loading…
Reference in New Issue
Block a user