fix the grey background for not-yet-downloaded messages in landscape mode
This commit is contained in:
parent
153e02f87d
commit
369718f8c0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
android:layout_height="fill_parent"
|
||||
android:paddingRight="1dip"
|
||||
android:paddingTop="2dip"
|
||||
android:background="@android:color/transparent"
|
||||
android:background="#cccccc"
|
||||
>
|
||||
<LinearLayout android:id="@+id/widgets_right"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue