From 1ad72b8b3233952012ae03112f4c35492dea776e Mon Sep 17 00:00:00 2001 From: sifacaii Date: Fri, 2 Sep 2022 16:20:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/drawable/shape_user_focus.xml | 2 +- app/src/main/res/layout/activity_collection.xml | 6 ++++-- app/src/main/res/layout/jellyfin_home.xml | 6 ++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/drawable/shape_user_focus.xml b/app/src/main/res/drawable/shape_user_focus.xml index cb77e75..ac736a0 100644 --- a/app/src/main/res/drawable/shape_user_focus.xml +++ b/app/src/main/res/drawable/shape_user_focus.xml @@ -4,7 +4,7 @@ - + diff --git a/app/src/main/res/layout/activity_collection.xml b/app/src/main/res/layout/activity_collection.xml index ca08128..600bb53 100644 --- a/app/src/main/res/layout/activity_collection.xml +++ b/app/src/main/res/layout/activity_collection.xml @@ -4,7 +4,6 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:padding="@dimen/padding_border" android:orientation="vertical" tools:context=".CollectionActivity"> @@ -14,7 +13,10 @@ android:layout_height="match_parent" android:clipChildren="false" android:clipToPadding="false" - android:padding="@dimen/padding_border" + android:paddingLeft="26dp" + android:paddingTop="@dimen/padding_border_10" + android:paddingRight="@dimen/padding_border_10" + android:paddingBottom="@dimen/padding_border_10" app:tv_horizontalSpacingWithMargins="@dimen/vh_space_width" app:tv_selectedItemIsCentered="true" app:tv_verticalSpacingWithMargins="@dimen/vh_space_width" /> diff --git a/app/src/main/res/layout/jellyfin_home.xml b/app/src/main/res/layout/jellyfin_home.xml index 6039af0..360bb72 100644 --- a/app/src/main/res/layout/jellyfin_home.xml +++ b/app/src/main/res/layout/jellyfin_home.xml @@ -5,8 +5,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:padding="@dimen/padding_border" - tools:context=".MainActivity"> + tools:context=".HomeActivity">