From 6dcf5c64d326f5178a4b682f5ea58e25233a95f0 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 16 Aug 2021 10:33:43 +0200 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/item_log.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_log.xml b/app/src/main/res/layout/item_log.xml index a3523f5c6c..c53487e10c 100644 --- a/app/src/main/res/layout/item_log.xml +++ b/app/src/main/res/layout/item_log.xml @@ -19,7 +19,7 @@ android:id="@+id/tvData" android:layout_width="0dp" android:layout_height="wrap_content" - android:layout_marginStart="6dp" + android:layout_marginStart="3dp" android:text="log" android:textAppearance="@android:style/TextAppearance.Small" android:textColor="?android:attr/textColorPrimary"