mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-13 09:32:39 +01:00
DroidFish: Fixed lint warning.
This commit is contained in:
@@ -21,15 +21,15 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
<Button
|
<Button
|
||||||
android:text="@string/reset"
|
android:text="@string/cancel"
|
||||||
android:id="@+id/eo_reset"
|
android:id="@+id/eo_cancel"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
android:text="@string/cancel"
|
android:text="@string/reset"
|
||||||
android:id="@+id/eo_cancel"
|
android:id="@+id/eo_reset"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
|||||||
@@ -20,15 +20,15 @@
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
<Button
|
<Button
|
||||||
android:text="@string/reset"
|
android:text="@string/cancel"
|
||||||
android:id="@+id/eo_reset"
|
android:id="@+id/eo_cancel"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
android:text="@string/cancel"
|
android:text="@string/reset"
|
||||||
android:id="@+id/eo_cancel"
|
android:id="@+id/eo_reset"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
|||||||
Reference in New Issue
Block a user