From eee8442ef8ff9381a109c15682cbdec80c87d73c Mon Sep 17 00:00:00 2001 From: Nicolas Dougoud Date: Thu, 29 Apr 2021 20:58:32 +0200 Subject: [PATCH] correct round layout title --- wear/src/main/res/layout/fragment_departure_list.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/wear/src/main/res/layout/fragment_departure_list.xml b/wear/src/main/res/layout/fragment_departure_list.xml index 18f9744..bb4db09 100644 --- a/wear/src/main/res/layout/fragment_departure_list.xml +++ b/wear/src/main/res/layout/fragment_departure_list.xml @@ -1,6 +1,5 @@ - @@ -29,21 +28,21 @@ android:id="@+id/title" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="8dp" + android:layout_marginTop="22dp" android:gravity="center" android:lines="1" android:textColor="@color/primary_text" - android:textSize="16sp" + android:textSize="15sp" android:visibility="gone" tools:text="Zürich, Albisrieden" /> - +