EditBox expands to fill
This commit is contained in:
parent
e82cfeacd5
commit
0998a4905f
@ -5,8 +5,9 @@
|
|||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
>
|
>
|
||||||
<EditText android:id="@+id/edit_message"
|
<EditText android:id="@+id/edit_message"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="1"
|
||||||
android:hint="@string/edit_message" />
|
android:hint="@string/edit_message" />
|
||||||
<Button
|
<Button
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user