From bf7e8bf347e1d0d7e00dea35ed0f9eb528334088 Mon Sep 17 00:00:00 2001 From: Rahul Patel Date: Sun, 21 Jul 2024 16:02:22 +0530 Subject: [PATCH] Move Privacy block to bottom of Permissions --- app/src/main/res/layout/fragment_details.xml | 8 ++++---- app/src/main/res/layout/layout_details_privacy.xml | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/fragment_details.xml b/app/src/main/res/layout/fragment_details.xml index 13fa3c035..ae87ad01b 100644 --- a/app/src/main/res/layout/fragment_details.xml +++ b/app/src/main/res/layout/fragment_details.xml @@ -83,10 +83,6 @@ android:id="@+id/layout_details_review" layout="@layout/layout_details_review" /> - - @@ -107,6 +103,10 @@ android:id="@+id/layout_details_permissions" layout="@layout/layout_details_permissions" /> + + diff --git a/app/src/main/res/layout/layout_details_privacy.xml b/app/src/main/res/layout/layout_details_privacy.xml index ff0f87088..0d757003b 100644 --- a/app/src/main/res/layout/layout_details_privacy.xml +++ b/app/src/main/res/layout/layout_details_privacy.xml @@ -47,11 +47,13 @@