1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

Fixed a small display issue in MessageCompose

This commit is contained in:
cketti 2012-03-24 22:56:51 +01:00
parent 661ed08061
commit f32dce53ae

View File

@ -20,6 +20,7 @@
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:paddingTop="6dp"
android:orientation="vertical"
android:background="#ededed" >
@ -212,7 +213,6 @@
<View
android:layout_width="fill_parent"
android:layout_height="1dip"
android:layout_marginBottom="4dp"
android:background="@drawable/divider_horizontal_email" />
</LinearLayout>