From d8f847c86b87216ff6d099ff6b36755c7307cbeb Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 7 May 2019 12:09:35 +0200 Subject: [PATCH] Fixing layout crash --- app/src/main/res/layout/fragment_subscription.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_subscription.xml b/app/src/main/res/layout/fragment_subscription.xml index 90b15285..6a12586b 100644 --- a/app/src/main/res/layout/fragment_subscription.xml +++ b/app/src/main/res/layout/fragment_subscription.xml @@ -12,6 +12,7 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintBottom_toBottomOf="parent" android:layout_height="wrap_content" + android:layout_width="match_parent" android:layout_margin="16dp" android:text="@string/purchase" />