work around for message scroll bug

iNPUTmice created

Change summary

res/layout/message_null.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

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>