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