diff options
Diffstat (limited to '')
-rw-r--r-- | res/layout/message_null.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/message_null.xml b/res/layout/message_null.xml index 1e148585..36eb860d 100644 --- a/res/layout/message_null.xml +++ b/res/layout/message_null.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" - android:layout_height="wrap_content" > + android:layout_height="0.1dp" + android:background="#00000000"> </RelativeLayout>
\ No newline at end of file |