From b0be9f5e60a0164608e15a4f950441f2b8025c90 Mon Sep 17 00:00:00 2001 From: gabriel Date: Tue, 20 Feb 2024 10:03:48 -0400 Subject: [PATCH] Review Material Switch --- .../src/main/res/layout/material_switch_widget.xml | 4 +++- .../app/src/main/res/xml/advanced_preferences.xml | 12 +++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/pandroid/app/src/main/res/layout/material_switch_widget.xml b/src/pandroid/app/src/main/res/layout/material_switch_widget.xml index 48edad36..3cffb5c1 100644 --- a/src/pandroid/app/src/main/res/layout/material_switch_widget.xml +++ b/src/pandroid/app/src/main/res/layout/material_switch_widget.xml @@ -6,4 +6,6 @@ android:layout_height="wrap_content" android:background="@null" android:clickable="false" - android:focusable="false"/> + android:focusable="false" + android:scaleX="0.75" + android:scaleY="0.75"/> diff --git a/src/pandroid/app/src/main/res/xml/advanced_preferences.xml b/src/pandroid/app/src/main/res/xml/advanced_preferences.xml index e3ec5991..95e18208 100644 --- a/src/pandroid/app/src/main/res/xml/advanced_preferences.xml +++ b/src/pandroid/app/src/main/res/xml/advanced_preferences.xml @@ -5,18 +5,14 @@ + android:summary="@string/pref_logger_service_summary"/>