diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-10-06 22:03:01 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-10-06 22:03:01 +0200 |
commit | b6f5e4a217e3eaf6be94bc5efae41273d27944bc (patch) | |
tree | 6e4d9e261c43d3d68807732bd3119ab1f3951a7b /res | |
parent | 315731b0cf9b15a5e749a7ea35b8770e4dc94e74 (diff) |
cleanung up the scroll fix a little
Diffstat (limited to 'res')
-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 |