From 6c159297dc4870cab6a5dbdeccb5eb51a285e3e1 Mon Sep 17 00:00:00 2001 From: Prathamesh More Date: Sat, 19 Feb 2022 12:19:32 +0530 Subject: [PATCH] Centered CheckBox in popup menu --- app/src/main/res/layout/fragment_main_recycler.xml | 5 +++-- .../preference_dialog_library_categories_listitem.xml | 3 ++- app/src/main/res/values/styles.xml | 10 ++++++++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/fragment_main_recycler.xml b/app/src/main/res/layout/fragment_main_recycler.xml index 500288402..1e74d3aa1 100644 --- a/app/src/main/res/layout/fragment_main_recycler.xml +++ b/app/src/main/res/layout/fragment_main_recycler.xml @@ -8,10 +8,11 @@ + android:fitsSystemWindows="true" + android:theme="@style/CenteredCheckBoxTheme" /> 0dp - + + + + -