From: Damyan Ivanov Date: Fri, 18 Sep 2020 16:08:26 +0000 (+0300) Subject: fix mismatch in the gap above the last update text X-Git-Tag: v0.16.0~68 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger-staging.git;a=commitdiff_plain;h=877e1cfdada971196120cc835cab7e0c5f8ac49c fix mismatch in the gap above the last update text it appears that layout_marginTop works in a Frame, but not in a ConstraintLayout :( --- 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" >