From 27f04e5b78373ba6219234ce217b39c686762c65 Mon Sep 17 00:00:00 2001 From: Alexander Martinz Date: Thu, 29 Oct 2020 14:04:31 +0100 Subject: [PATCH] Updater: layout: activity_updates: add spacing between build info and last checked entry Change-Id: Ie85fecb30ba12b056569049aac674dc1b8653942 Signed-off-by: Alexander Martinz --- res/layout/activity_updates.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/activity_updates.xml b/res/layout/activity_updates.xml index 42fc30d7..4651a7e0 100644 --- a/res/layout/activity_updates.xml +++ b/res/layout/activity_updates.xml @@ -76,6 +76,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/header_build_date" + android:layout_marginTop="8dp" android:textColor="?android:attr/textColorPrimary" android:textSize="12sp" />