From e37a56d785917f22f2e35df16f4da0ea5b07b795 Mon Sep 17 00:00:00 2001 From: tornaco Date: Fri, 5 Nov 2021 23:09:19 +0800 Subject: [PATCH] [app] plugin card style update --- android/app/src/main/res/layout/fragment_plugin.xml | 8 ++++---- android/internal/Thanox-Internal | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/app/src/main/res/layout/fragment_plugin.xml b/android/app/src/main/res/layout/fragment_plugin.xml index d07227b9f..956ca7950 100644 --- a/android/app/src/main/res/layout/fragment_plugin.xml +++ b/android/app/src/main/res/layout/fragment_plugin.xml @@ -24,10 +24,10 @@ style="@style/CardViewStyle" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginStart="@dimen/common_view_margin_small" - android:layout_marginTop="@dimen/common_view_margin_small" - android:layout_marginEnd="@dimen/common_view_margin_small" - android:layout_marginBottom="@dimen/common_view_margin_small" + android:layout_marginStart="@dimen/common_view_margin_middle" + android:layout_marginTop="@dimen/common_view_margin_middle" + android:layout_marginEnd="@dimen/common_view_margin_middle" + android:layout_marginBottom="@dimen/common_view_margin_middle" android:focusable="true" android:visibility="@{viewmodel.hasAnyPluginFeatures ? View.GONE : View.VISIBLE}"> diff --git a/android/internal/Thanox-Internal b/android/internal/Thanox-Internal index f43f2da76..eae062a1c 160000 --- a/android/internal/Thanox-Internal +++ b/android/internal/Thanox-Internal @@ -1 +1 @@ -Subproject commit f43f2da7612172758da30a400632aae97e0e7221 +Subproject commit eae062a1cdb38a0e781ef152258d8ee1162432df