diff options
author | steckbrief <steckbrief@chefmail.de> | 2020-04-11 16:54:09 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2020-04-11 16:54:09 +0200 |
commit | 668580f311e9c1a2e59599187d0053dd9e3fc3e5 (patch) | |
tree | b226f418a8920f5cbf4d865c1e676493280cf0c7 /src | |
parent | de3b30bb34105d74c8a5277edabcbc8bfb65bcc5 (diff) |
implements FS#309: Variante 2
Diffstat (limited to 'src')
-rw-r--r-- | src/piratx/res/layout/message_mecmd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/piratx/res/layout/message_mecmd.xml b/src/piratx/res/layout/message_mecmd.xml index 7d30439b6..e0fd272ff 100644 --- a/src/piratx/res/layout/message_mecmd.xml +++ b/src/piratx/res/layout/message_mecmd.xml @@ -23,7 +23,7 @@ <LinearLayout android:id="@+id/message_box" - android:layout_width="wrap_content" + android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_marginStart="4dp" @@ -37,7 +37,7 @@ android:minHeight="48dp"> <LinearLayout - android:layout_width="wrap_content" + android:layout_width="match_parent" android:layout_height="fill_parent" android:gravity="center_vertical" android:orientation="vertical" |