From 77d7338cc2314edfb027967184fb7f0363e0f798 Mon Sep 17 00:00:00 2001 From: xC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com> Date: Wed, 24 Feb 2021 01:50:53 +0800 Subject: Update main.xml --- app/src/main/res/layout/main.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/src') diff --git a/app/src/main/res/layout/main.xml b/app/src/main/res/layout/main.xml index 3dc0882..8abf1b2 100644 --- a/app/src/main/res/layout/main.xml +++ b/app/src/main/res/layout/main.xml @@ -131,7 +131,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp" - android:layout_marginTop="10dp" + android:layout_marginTop="8dp" android:layout_marginRight="10dp" android:padding="10dp" android:background="#212121" @@ -177,7 +177,7 @@ android:id="@+id/list_auto_refresh_info" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="Activating this will automatically refresh the list everytime you launch the application." + android:text="Activating this will automatically refresh the list everytime you launch the application.\n\nYou can manually refresh the list by dragging the main screen downward." android:textSize="12sp" android:textStyle="bold" android:textColor="#FFFFFF"/> @@ -761,10 +761,8 @@