From 2dde271d7058e989fccbee3d2e9c09ee3cc77b27 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sat, 28 Dec 2013 13:56:45 +0100 Subject: lint fixes --HG-- extra : rebase_source : 3255789b1dc3b39dddf101f46ac78d68b01ec5e4 --- res/layout-sw600dp/log_fragment.xml | 41 ++++++++++++++++--------------------- res/layout/about.xml | 2 +- res/layout/api_confirm.xml | 10 +++++---- res/layout/file_dialog.xml | 1 + res/layout/log_fragment.xml | 1 + 5 files changed, 27 insertions(+), 28 deletions(-) (limited to 'res') diff --git a/res/layout-sw600dp/log_fragment.xml b/res/layout-sw600dp/log_fragment.xml index d8e8562f..c4e1355c 100644 --- a/res/layout-sw600dp/log_fragment.xml +++ b/res/layout-sw600dp/log_fragment.xml @@ -3,35 +3,30 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:orientation="vertical" + android:orientation="horizontal" + android:padding="20dp" tools:context=".LogWindow"> + - - - + - - + + - + - - - \ No newline at end of file + + diff --git a/res/layout/about.xml b/res/layout/about.xml index 61343517..afe1f6ba 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -178,7 +178,7 @@ + android:padding="20dp"> + android:paddingRight="5dp"/> diff --git a/res/layout/file_dialog.xml b/res/layout/file_dialog.xml index 8e07ce31..12abe497 100644 --- a/res/layout/file_dialog.xml +++ b/res/layout/file_dialog.xml @@ -6,6 +6,7 @@ diff --git a/res/layout/log_fragment.xml b/res/layout/log_fragment.xml index bcc3f9af..0b428070 100644 --- a/res/layout/log_fragment.xml +++ b/res/layout/log_fragment.xml @@ -16,6 +16,7 @@ android:text="@string/speed_waiting" android:singleLine="true" android:id="@+id/speed" + tools:ignore="InconsistentLayout" android:layout_width="match_parent" android:layout_height="wrap_content"/> -- cgit v1.2.3