mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-13 01:22:41 +01:00
DroidFish: Don't use tab characters in xml files.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
|
||||
<TableLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -26,7 +25,6 @@
|
||||
android:inputType="textMultiLine">
|
||||
</EditText>
|
||||
</TableRow>
|
||||
|
||||
<TableRow>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -58,7 +56,6 @@
|
||||
</EditText>
|
||||
</LinearLayout>
|
||||
</TableRow>
|
||||
|
||||
<TableRow>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
|
||||
<TableLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -3,18 +3,15 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="10dp">
|
||||
|
||||
<TableRow
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingRight="10dp"
|
||||
android:text="@string/halfmove">
|
||||
</TextView>
|
||||
|
||||
<EditText
|
||||
android:id="@+id/ed_cnt_halfmove"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -23,18 +20,15 @@
|
||||
android:inputType="number">
|
||||
</EditText>
|
||||
</TableRow>
|
||||
|
||||
<TableRow
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingRight="10dp"
|
||||
android:text="@string/fullmove">
|
||||
</TextView>
|
||||
|
||||
<EditText
|
||||
android:id="@+id/ed_cnt_fullmove"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -5,14 +5,12 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:padding="10dp">
|
||||
|
||||
<TextView
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:text="@string/move_number"
|
||||
android:paddingRight="10dp">
|
||||
</TextView>
|
||||
|
||||
<EditText
|
||||
android:id="@+id/selmove_number"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -20,5 +18,4 @@
|
||||
android:minEms="3"
|
||||
android:inputType="number">
|
||||
</EditText>
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user