summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Martinz <amartinz@shiftphones.com>2020-10-29 14:04:31 +0100
committerBruno Martins <bgcngm@gmail.com>2022-02-10 20:53:39 +0000
commit27f04e5b78373ba6219234ce217b39c686762c65 (patch)
tree330dcdbeefab8dcda26c360e69525c91d8c70a66
parent75497ee48bb76c44b33438ec5b0d81d6b3b650fc (diff)
Updater: layout: activity_updates: add spacing between build info and last checked entry
Change-Id: Ie85fecb30ba12b056569049aac674dc1b8653942 Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
-rw-r--r--res/layout/activity_updates.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/activity_updates.xml b/res/layout/activity_updates.xml
index 42fc30d..4651a7e 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" />
</RelativeLayout>