Applying "match-parent" value to "next" buttons.

This commit is contained in:
qvandekadsye 2015-02-16 13:48:31 +01:00
parent 5013f36ba4
commit 9b1a0b3614
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
android:id="@+id/next"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@drawable/selectable_item_background"
android:text="@string/next_action" />

View File

@ -26,7 +26,7 @@
android:id="@+id/next"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@drawable/selectable_item_background"
android:text="@string/next_action" />