From 3a4bf7261085cf332fb3f9806ce8a834e4918575 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 19 Feb 2013 10:51:55 -0500 Subject: [PATCH] Android: Try a more friendly layout for displaying messages on small screens --- .../BOINC/res/layout/msgs_layout_listitem.xml | 39 +++++++++++-------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/android/BOINC/res/layout/msgs_layout_listitem.xml b/android/BOINC/res/layout/msgs_layout_listitem.xml index 4e9b1aa7db..f16b68ec64 100644 --- a/android/BOINC/res/layout/msgs_layout_listitem.xml +++ b/android/BOINC/res/layout/msgs_layout_listitem.xml @@ -21,27 +21,32 @@ android:id="@+id/msgsRow" android:layout_width="match_parent" android:layout_height="match_parent" - android:orientation="horizontal" > - - - - + android:orientation="vertical" > + android:layout_margin="2dp" /> + + + + + + + + \ No newline at end of file