From a08ecfdba2e3bd479bb5695c4be366fc050a08f5 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 6 May 2019 17:08:47 +0200 Subject: [PATCH] padding changes --- app/src/main/res/layout/activity_new_data.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/activity_new_data.xml b/app/src/main/res/layout/activity_new_data.xml index cc84d52f..c64d69c4 100644 --- a/app/src/main/res/layout/activity_new_data.xml +++ b/app/src/main/res/layout/activity_new_data.xml @@ -39,8 +39,8 @@ android:background="?selectableItemBackground" android:gravity="center_vertical" android:orientation="horizontal" - android:paddingStart="24dp" - android:paddingEnd="24dp" + android:paddingStart="16dp" + android:paddingEnd="16dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"> @@ -70,8 +70,8 @@ android:background="?selectableItemBackground" android:gravity="center_vertical" android:orientation="horizontal" - android:paddingStart="24dp" - android:paddingEnd="24dp" + android:paddingStart="16dp" + android:paddingEnd="16dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/newCashGame"> @@ -102,8 +102,8 @@ android:background="?selectableItemBackground" android:gravity="center_vertical" android:orientation="horizontal" - android:paddingStart="24dp" - android:paddingEnd="24dp" + android:paddingStart="16dp" + android:paddingEnd="16dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"