| @@ -22,15 +22,13 @@ | |||
| <LinearLayout | |||
| android:layout_width="match_parent" | |||
| android:layout_height="wrap_content" | |||
| android:layout_weight="1" > | |||
| android:layout_height="wrap_content" > | |||
| <Button | |||
| android:id="@+id/resetToDefault" | |||
| android:layout_width="wrap_content" | |||
| android:layout_width="match_parent" | |||
| android:layout_height="wrap_content" | |||
| android:layout_gravity="bottom" | |||
| android:layout_weight="1" | |||
| android:text="@string/resetToDefault" /> | |||
| </LinearLayout> | |||