diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/message_null.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/message_null.xml b/res/layout/message_null.xml index 36eb860d..0e0f1c92 100644 --- a/res/layout/message_null.xml +++ b/res/layout/message_null.xml @@ -1,7 +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="0.1dp" + android:layout_height="0dp" android:background="#00000000"> </RelativeLayout>
\ No newline at end of file |