From d36ffe193973d4f10a28365d1a799f9a7b7d40f9 Mon Sep 17 00:00:00 2001 From: Christian Basler Date: Tue, 25 Apr 2017 08:07:33 +0200 Subject: [PATCH] Fixed layout - apparently ConstraintLayout doesn't work properly for dialogs yet, at least in this case --- .../layout/dialog_select_message_encoding.xml | 27 +++++++++---------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/app/src/main/res/layout/dialog_select_message_encoding.xml b/app/src/main/res/layout/dialog_select_message_encoding.xml index 4a1991f..02dcab0 100644 --- a/app/src/main/res/layout/dialog_select_message_encoding.xml +++ b/app/src/main/res/layout/dialog_select_message_encoding.xml @@ -15,7 +15,7 @@ ~ limitations under the License. --> - + android:layout_alignParentTop="true" + android:layout_alignParentStart="true" + android:layout_alignParentEnd="true"/> + android:layout_alignStart="@+id/description" + android:layout_alignEnd="@+id/description" + android:layout_below="@+id/description"> + android:layout_alignRight="@+id/radioGroup" + android:layout_below="@+id/radioGroup"/>