From ad47d4ca069e347771688514c6c9132e61b1c78f Mon Sep 17 00:00:00 2001 From: vadym Date: Mon, 3 Aug 2020 07:07:15 -0700 Subject: [PATCH] 1. API 15 support (Android 4.0.3) --- app/src/main/res/layout/host_list_item_edit.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/host_list_item_edit.xml b/app/src/main/res/layout/host_list_item_edit.xml index d8947e4..e6ed5ae 100644 --- a/app/src/main/res/layout/host_list_item_edit.xml +++ b/app/src/main/res/layout/host_list_item_edit.xml @@ -11,7 +11,8 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toEndOf="@+id/hostInfoText" app:layout_constraintBottom_toBottomOf="parent" - app:layout_constraintTop_toTopOf="parent"/> + app:layout_constraintTop_toTopOf="parent" + android:layout_marginLeft="10dp" /> + app:layout_constraintTop_toTopOf="parent" + android:layout_marginLeft="10dp" />