From 877e1cfdada971196120cc835cab7e0c5f8ac49c Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Fri, 18 Sep 2020 19:08:26 +0300 Subject: [PATCH] fix mismatch in the gap above the last update text it appears that layout_marginTop works in a Frame, but not in a ConstraintLayout :( --- app/src/main/res/layout/last_update_layout.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/last_update_layout.xml b/app/src/main/res/layout/last_update_layout.xml index e9ddb485..2150affe 100644 --- a/app/src/main/res/layout/last_update_layout.xml +++ b/app/src/main/res/layout/last_update_layout.xml @@ -21,7 +21,7 @@ android:id="@+id/last_update_container" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="4dp" + android:paddingTop="4dp" >