Set the width on the parent element instead of forcing the job on the buttons.
This commit is contained in:
parent
5603cda3ce
commit
4b9cc99710
@ -4,6 +4,7 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:descendantFocusability="beforeDescendants"
|
android:descendantFocusability="beforeDescendants"
|
||||||
android:focusableInTouchMode="true"
|
android:focusableInTouchMode="true"
|
||||||
|
android:minWidth="250dp"
|
||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -77,13 +78,13 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/simulationConditionDelete"
|
android:id="@+id/simulationConditionDelete"
|
||||||
android:layout_width="250dp"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/Delete" />
|
android:text="@string/Delete" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/simulationConditionRun"
|
android:id="@+id/simulationConditionRun"
|
||||||
android:layout_width="250dp"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/Run" />
|
android:text="@string/Run" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user