aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-10-06 19:28:15 +0200
committeriNPUTmice <daniel@gultsch.de>2014-10-06 19:28:15 +0200
commit315731b0cf9b15a5e749a7ea35b8770e4dc94e74 (patch)
treefedc191cf1504ba5871bbb435f9b17370e121a52
parent0a93093bc7c0bbd2bf98da799a3d6724dae2bf02 (diff)
work around for message scroll bug
-rw-r--r--res/layout/message_null.xml3
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