From dea50a9c463b4699c15f02363e49e7baf7388c80 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 10 Oct 2014 07:34:44 +0200 Subject: More tabs -> spaces. Change-Id: I9a3e104b05479413dc314f299824a48ead004693 --- .../LOAndroid3/res/layout/document_viewer.xml | 34 ++++++------- .../res/layout/file_explorer_grid_item.xml | 10 ++-- .../LOAndroid3/res/layout/file_grid.xml | 22 ++++---- .../LOAndroid3/res/layout/file_list.xml | 10 ++-- .../LOAndroid3/res/layout/file_list_item.xml | 58 +++++++++++----------- .../experimental/LOAndroid3/res/layout/main.xml | 2 +- .../LOAndroid3/res/layout/navigation_grid_item.xml | 20 ++++---- .../experimental/LOAndroid3/res/values/arrays.xml | 6 +-- .../LOAndroid3/res/xml/libreoffice_preferences.xml | 24 ++++----- 9 files changed, 93 insertions(+), 93 deletions(-) (limited to 'android') diff --git a/android/experimental/LOAndroid3/res/layout/document_viewer.xml b/android/experimental/LOAndroid3/res/layout/document_viewer.xml index 62f5556cb148..b4f450164039 100644 --- a/android/experimental/LOAndroid3/res/layout/document_viewer.xml +++ b/android/experimental/LOAndroid3/res/layout/document_viewer.xml @@ -7,27 +7,27 @@ --> - - + android:layout_height="match_parent" > + - - - - + android:layout_alignBottom="@id/page_flipper" + android:scrollbarAlwaysDrawHorizontalTrack="true" + android:background="#aa000000"> + + + - \ No newline at end of file + diff --git a/android/experimental/LOAndroid3/res/layout/file_explorer_grid_item.xml b/android/experimental/LOAndroid3/res/layout/file_explorer_grid_item.xml index 585a805ffe7a..e4569e028553 100644 --- a/android/experimental/LOAndroid3/res/layout/file_explorer_grid_item.xml +++ b/android/experimental/LOAndroid3/res/layout/file_explorer_grid_item.xml @@ -10,15 +10,15 @@ android:layout_height="match_parent" android:paddingTop="10dp" android:orientation="vertical" > - - - + - \ No newline at end of file + diff --git a/android/experimental/LOAndroid3/res/layout/file_grid.xml b/android/experimental/LOAndroid3/res/layout/file_grid.xml index 72eb6618d5fa..42b745b821fe 100644 --- a/android/experimental/LOAndroid3/res/layout/file_grid.xml +++ b/android/experimental/LOAndroid3/res/layout/file_grid.xml @@ -12,16 +12,16 @@ + android:gravity="center"> - - - \ No newline at end of file + + + diff --git a/android/experimental/LOAndroid3/res/layout/file_list.xml b/android/experimental/LOAndroid3/res/layout/file_list.xml index 6fe21b605744..48dfb1e31267 100644 --- a/android/experimental/LOAndroid3/res/layout/file_list.xml +++ b/android/experimental/LOAndroid3/res/layout/file_list.xml @@ -10,11 +10,11 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > - + + android:layout_width="fill_parent" + android:layout_height="fill_parent"> + - \ No newline at end of file + diff --git a/android/experimental/LOAndroid3/res/layout/file_list_item.xml b/android/experimental/LOAndroid3/res/layout/file_list_item.xml index 07a6f4264211..91d84fdf6f5d 100644 --- a/android/experimental/LOAndroid3/res/layout/file_list_item.xml +++ b/android/experimental/LOAndroid3/res/layout/file_list_item.xml @@ -9,7 +9,7 @@ android:layout_width="match_parent" android:layout_height="48dp" android:orientation="horizontal" > - - - - - - \ No newline at end of file + android:layout_height="48dp" + android:orientation="horizontal"> + + + + + diff --git a/android/experimental/LOAndroid3/res/layout/main.xml b/android/experimental/LOAndroid3/res/layout/main.xml index 75768c36b200..0264e28f7e47 100644 --- a/android/experimental/LOAndroid3/res/layout/main.xml +++ b/android/experimental/LOAndroid3/res/layout/main.xml @@ -17,6 +17,6 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" /> - + \ No newline at end of file diff --git a/android/experimental/LOAndroid3/res/layout/navigation_grid_item.xml b/android/experimental/LOAndroid3/res/layout/navigation_grid_item.xml index 8b305e1deba6..20ad60f3c855 100644 --- a/android/experimental/LOAndroid3/res/layout/navigation_grid_item.xml +++ b/android/experimental/LOAndroid3/res/layout/navigation_grid_item.xml @@ -9,15 +9,15 @@ - - \ No newline at end of file + + diff --git a/android/experimental/LOAndroid3/res/values/arrays.xml b/android/experimental/LOAndroid3/res/values/arrays.xml index 67a157d201bf..0d698c704830 100644 --- a/android/experimental/LOAndroid3/res/values/arrays.xml +++ b/android/experimental/LOAndroid3/res/values/arrays.xml @@ -29,7 +29,7 @@ 0 1 - + EVERYTHING @@ -51,6 +51,6 @@ Largest First Smallest First - - + + \ No newline at end of file diff --git a/android/experimental/LOAndroid3/res/xml/libreoffice_preferences.xml b/android/experimental/LOAndroid3/res/xml/libreoffice_preferences.xml index d19d9e65298c..f6da06f13aaf 100644 --- a/android/experimental/LOAndroid3/res/xml/libreoffice_preferences.xml +++ b/android/experimental/LOAndroid3/res/xml/libreoffice_preferences.xml @@ -1,21 +1,21 @@ - - - - + \ No newline at end of file -- cgit