Fix bad background color in dark theme

This commit is contained in:
Benoit Marty
2019-07-02 21:49:52 +02:00
parent 6e71fb565a
commit af0af6e260
4 changed files with 6 additions and 4 deletions

View File

@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="?riotx_background"
android:orientation="horizontal"
android:padding="8dp">
@ -21,6 +22,7 @@
android:layout_marginStart="12dp"
android:layout_marginLeft="12dp"
android:maxLines="1"
android:textColor="?riotx_text_primary"
android:textSize="12sp"
android:textStyle="bold"
tools:text="name" />