1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-25 17:18:50 -05:00

fix the grey background for not-yet-downloaded messages in landscape mode

This commit is contained in:
Jesse Vincent 2009-12-20 16:30:55 +00:00
parent 153e02f87d
commit 369718f8c0

View File

@ -5,7 +5,7 @@
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:paddingRight="1dip" android:paddingRight="1dip"
android:paddingTop="2dip" android:paddingTop="2dip"
android:background="@android:color/transparent" android:background="#cccccc"
> >
<LinearLayout android:id="@+id/widgets_right" <LinearLayout android:id="@+id/widgets_right"
android:layout_width="wrap_content" android:layout_width="wrap_content"