Applying "match-parent" value to "next" buttons.
This commit is contained in:
parent
5013f36ba4
commit
9b1a0b3614
2 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue