From 60dcf7f12c8c21c8bac857ddbcf0523a9eae44bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 27 Sep 2013 18:04:01 +0200 Subject: [PATCH] Disable baseLineAligned on more LinearLayout elements --- res/layout/about.xml | 1 + res/layout/apklistitem.xml | 1 + res/layout/fdroid.xml | 4 +++- res/layout/searchresults.xml | 15 ++++++++++----- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/res/layout/about.xml b/res/layout/about.xml index f9ba30dbe..a03f026c4 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -6,6 +6,7 @@ android:paddingRight="8dp" android:paddingTop="6dp" android:paddingBottom="6dp" + android:baselineAligned="false" android:orientation="vertical"> - + -