From f6e6610fcc3c37918805137f37a4164bf292b4d7 Mon Sep 17 00:00:00 2001 From: sharon2719 Date: Fri, 15 Dec 2023 12:06:29 +0300 Subject: [PATCH] Update questionnaire styling --- android/quest/src/main/res/layout/questionnaire_activity.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/quest/src/main/res/layout/questionnaire_activity.xml b/android/quest/src/main/res/layout/questionnaire_activity.xml index ff75fb4e91..c18846465f 100644 --- a/android/quest/src/main/res/layout/questionnaire_activity.xml +++ b/android/quest/src/main/res/layout/questionnaire_activity.xml @@ -51,6 +51,10 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" + android:paddingTop="24dp" + android:paddingBottom="24dp" + android:paddingRight="16dp" + android:paddingLeft="16dp" app:layout_constraintStart_toStartOf="parent" />