1
0
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:
cketti 2012-04-03 07:54:22 +02:00
parent 0caac114a6
commit 809f8efc77
2 changed files with 4 additions and 5 deletions

View File

@ -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>

View File

@ -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>