From 675508e4b7ee60e03456dbb63de425e26f3c2e71 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 12 Nov 2021 14:51:08 +0100 Subject: [PATCH] use styles at customizing setting layouts --- app/build.gradle | 2 +- app/src/main/res/layout/activity_settings.xml | 46 ++++++------------- 2 files changed, 15 insertions(+), 33 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3834c3d..7fe9cd8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:9f9fe73d80' + implementation 'com.github.SimpleMobileTools:Simple-Commons:cac7ba71ac' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' } diff --git a/app/src/main/res/layout/activity_settings.xml b/app/src/main/res/layout/activity_settings.xml index 180bdae..d39839f 100644 --- a/app/src/main/res/layout/activity_settings.xml +++ b/app/src/main/res/layout/activity_settings.xml @@ -12,12 +12,10 @@ + android:text="@string/color_customization" /> + android:background="@drawable/ripple_all_corners"> @@ -50,12 +44,10 @@ + android:text="@string/general_settings" /> + android:background="@drawable/ripple_top_corners"> + android:background="@drawable/ripple_background"> + android:background="@drawable/ripple_bottom_corners">