From 561adb46de7dbbbb2afbdb0dcc72c1a86817ba4d Mon Sep 17 00:00:00 2001 From: Joachim Fritzsch Date: Tue, 9 Jul 2013 12:22:50 +0200 Subject: [PATCH] android: layout bug fix, client log flags dialog cut off buttons, issue #1306 --- .../BOINC/res/layout/dialog_list_cbitem.xml | 18 ++-- android/BOINC/res/layout/main.xml | 6 +- .../layout/prefs_layout_dialog_selection.xml | 91 ++++++++++--------- 3 files changed, 64 insertions(+), 51 deletions(-) diff --git a/android/BOINC/res/layout/dialog_list_cbitem.xml b/android/BOINC/res/layout/dialog_list_cbitem.xml index 605efaff50..07accc33d8 100644 --- a/android/BOINC/res/layout/dialog_list_cbitem.xml +++ b/android/BOINC/res/layout/dialog_list_cbitem.xml @@ -17,10 +17,14 @@ You should have received a copy of the GNU Lesser General Public License along with BOINC. If not, see . --> - + + + + diff --git a/android/BOINC/res/layout/main.xml b/android/BOINC/res/layout/main.xml index 7a3bf969ac..7e604b51af 100644 --- a/android/BOINC/res/layout/main.xml +++ b/android/BOINC/res/layout/main.xml @@ -32,7 +32,8 @@ + android:layout_height="fill_parent" + android:orientation="horizontal" > + android:textAppearance="?android:attr/textAppearanceMedium"/> diff --git a/android/BOINC/res/layout/prefs_layout_dialog_selection.xml b/android/BOINC/res/layout/prefs_layout_dialog_selection.xml index f8988225ad..31a9969f1f 100644 --- a/android/BOINC/res/layout/prefs_layout_dialog_selection.xml +++ b/android/BOINC/res/layout/prefs_layout_dialog_selection.xml @@ -18,10 +18,9 @@ along with BOINC. If not, see . --> + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:orientation="vertical" > - - - - -