DroidFish: Fixed lint warning.

This commit is contained in:
Peter Osterlund 2015-12-20 11:47:53 +01:00
parent 3301de9fbd
commit a837f762a8
2 changed files with 8 additions and 8 deletions

View File

@ -21,15 +21,15 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<Button
android:text="@string/reset"
android:id="@+id/eo_reset"
android:text="@string/cancel"
android:id="@+id/eo_cancel"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
</Button>
<Button
android:text="@string/cancel"
android:id="@+id/eo_cancel"
android:text="@string/reset"
android:id="@+id/eo_reset"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1">

View File

@ -20,15 +20,15 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<Button
android:text="@string/reset"
android:id="@+id/eo_reset"
android:text="@string/cancel"
android:id="@+id/eo_cancel"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
</Button>
<Button
android:text="@string/cancel"
android:id="@+id/eo_cancel"
android:text="@string/reset"
android:id="@+id/eo_reset"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1">