From 7103e831ff3823b04f81f8703be13879a9cfee9c Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sun, 26 Aug 2012 18:53:07 +0000 Subject: [PATCH] DroidFish: Don't use tab characters in xml files. --- DroidFish/res/layout/create_pgn_file.xml | 36 ++-- DroidFish/res/layout/edit_comments.xml | 145 +++++++------- DroidFish/res/layout/edit_headers.xml | 183 +++++++++--------- DroidFish/res/layout/edit_move_counters.xml | 82 ++++---- DroidFish/res/layout/editboard.xml | 46 ++--- DroidFish/res/layout/main.xml | 60 +++--- DroidFish/res/layout/main_left_handed.xml | 152 +++++++-------- DroidFish/res/layout/select_game.xml | 48 ++--- .../res/layout/select_game_list_item.xml | 10 +- DroidFish/res/layout/select_move_number.xml | 41 ++-- DroidFish/res/layout/select_percentage.xml | 32 +-- DroidFish/res/layout/title.xml | 46 ++--- 12 files changed, 434 insertions(+), 447 deletions(-) diff --git a/DroidFish/res/layout/create_pgn_file.xml b/DroidFish/res/layout/create_pgn_file.xml index 5f582de..8b877fb 100644 --- a/DroidFish/res/layout/create_pgn_file.xml +++ b/DroidFish/res/layout/create_pgn_file.xml @@ -1,21 +1,21 @@ - - - - - \ No newline at end of file + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:padding="10dp"> + + + + + diff --git a/DroidFish/res/layout/edit_comments.xml b/DroidFish/res/layout/edit_comments.xml index a65b4a0..06e1874 100644 --- a/DroidFish/res/layout/edit_comments.xml +++ b/DroidFish/res/layout/edit_comments.xml @@ -3,77 +3,74 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/DroidFish/res/layout/edit_headers.xml b/DroidFish/res/layout/edit_headers.xml index 02af52d..0dfd2fa 100644 --- a/DroidFish/res/layout/edit_headers.xml +++ b/DroidFish/res/layout/edit_headers.xml @@ -3,96 +3,95 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/DroidFish/res/layout/edit_move_counters.xml b/DroidFish/res/layout/edit_move_counters.xml index 748c574..4141ea7 100644 --- a/DroidFish/res/layout/edit_move_counters.xml +++ b/DroidFish/res/layout/edit_move_counters.xml @@ -1,46 +1,40 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:padding="10dp"> + + + + + + + + + + + + + diff --git a/DroidFish/res/layout/editboard.xml b/DroidFish/res/layout/editboard.xml index 5f8ccd7..30afc39 100644 --- a/DroidFish/res/layout/editboard.xml +++ b/DroidFish/res/layout/editboard.xml @@ -5,36 +5,36 @@ android:layout_width="fill_parent" android:layout_height="fill_parent"> - - - + + + - + diff --git a/DroidFish/res/layout/main.xml b/DroidFish/res/layout/main.xml index 7b98830..cfcfd21 100644 --- a/DroidFish/res/layout/main.xml +++ b/DroidFish/res/layout/main.xml @@ -3,24 +3,24 @@ android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> - + - + android:layout_height="wrap_content" + android:paddingTop="1dp"> + - - - - + - - - + android:layout_width="fill_parent" + android:layout_height="fill_parent"> + + diff --git a/DroidFish/res/layout/main_left_handed.xml b/DroidFish/res/layout/main_left_handed.xml index 0d23d34..62bf86f 100644 --- a/DroidFish/res/layout/main_left_handed.xml +++ b/DroidFish/res/layout/main_left_handed.xml @@ -10,86 +10,86 @@ android:layout_weight="1" android:layout_width="0dip" android:layout_height="fill_parent"> - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + + + + + - - - - - - + android:layout_height="fill_parent" + android:orientation="vertical"> + + + + + + diff --git a/DroidFish/res/layout/select_game_list_item.xml b/DroidFish/res/layout/select_game_list_item.xml index 98897b6..6e4d6aa 100644 --- a/DroidFish/res/layout/select_game_list_item.xml +++ b/DroidFish/res/layout/select_game_list_item.xml @@ -1,8 +1,8 @@ + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:padding="5dp" + android:textSize="14sp"> diff --git a/DroidFish/res/layout/select_move_number.xml b/DroidFish/res/layout/select_move_number.xml index a2b1797..db52b15 100644 --- a/DroidFish/res/layout/select_move_number.xml +++ b/DroidFish/res/layout/select_move_number.xml @@ -1,24 +1,21 @@ - - - - - - - - \ No newline at end of file + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:orientation="horizontal" + android:padding="10dp"> + + + + + diff --git a/DroidFish/res/layout/select_percentage.xml b/DroidFish/res/layout/select_percentage.xml index 64b605a..701dd55 100644 --- a/DroidFish/res/layout/select_percentage.xml +++ b/DroidFish/res/layout/select_percentage.xml @@ -1,20 +1,20 @@ - - - - + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:padding="10dp"> + + + + diff --git a/DroidFish/res/layout/title.xml b/DroidFish/res/layout/title.xml index 3a74684..b4002ae 100644 --- a/DroidFish/res/layout/title.xml +++ b/DroidFish/res/layout/title.xml @@ -1,32 +1,32 @@ - + - - + + - - + + - + android:layout_height="wrap_content"> +