mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Improved the look of MessageView with the dark theme
This commit is contained in:
parent
0caac114a6
commit
809f8efc77
@ -216,7 +216,7 @@
|
|||||||
android:id="@+id/show_additional_headers_area"
|
android:id="@+id/show_additional_headers_area"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="21.5dp"
|
android:layout_height="21dp"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:background="@drawable/message_view_header_background">
|
android:background="@drawable/message_view_header_background">
|
||||||
@ -248,10 +248,9 @@
|
|||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:id="@+id/separator"
|
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="1.5dp"
|
android:layout_height="1dip"
|
||||||
android:background="#59000000"/>
|
android:background="@drawable/divider_horizontal_email" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<color name="message_list_item_background">#ffffff</color>
|
<color name="message_list_item_background">#ffffff</color>
|
||||||
<color name="message_list_item_footer_background">#eeeeee</color>
|
<color name="message_list_item_footer_background">#eeeeee</color>
|
||||||
<color name="message_view_header_background">#1a080808</color>
|
<color name="message_view_header_background">#45bcbcbc</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user