0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00

Replace color references for layout preview

This commit is contained in:
cketti 2019-11-18 02:41:39 +01:00
parent 18c62f15af
commit 1335296b65

View File

@ -4,14 +4,14 @@
android:id="@+id/mail_list_item" android:id="@+id/mail_list_item"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
tools:background="@color/md_white_1000"> tools:background="#fff">
<!-- A regular View breaks things for some reason, but a TextView does the job --> <!-- A regular View breaks things for some reason, but a TextView does the job -->
<TextView <TextView
android:id="@+id/chip" android:id="@+id/chip"
android:layout_width="8dip" android:layout_width="8dip"
android:layout_height="match_parent" android:layout_height="match_parent"
tools:background="@color/orange" tools:background="#0099CC"
android:visibility="visible" /> android:visibility="visible" />
<RelativeLayout <RelativeLayout