From 3706d1c932465302e9be596161cec7e93e183ef1 Mon Sep 17 00:00:00 2001 From: SerpentSpirale Date: Wed, 1 Sep 2021 15:13:46 +0200 Subject: [PATCH] pvc popup is now scrollable --- .../src/main/res/layout/pvc_popup.xml | 107 +++++++++--------- 1 file changed, 56 insertions(+), 51 deletions(-) diff --git a/app_pojavlauncher/src/main/res/layout/pvc_popup.xml b/app_pojavlauncher/src/main/res/layout/pvc_popup.xml index bdb34b58f..eb0cbc905 100644 --- a/app_pojavlauncher/src/main/res/layout/pvc_popup.xml +++ b/app_pojavlauncher/src/main/res/layout/pvc_popup.xml @@ -1,58 +1,63 @@ - + android:layout_height="match_parent" + xmlns:app="http://schemas.android.com/apk/res-auto"> - - - - - + app:layout_optimizationLevel="standard|dimensions|chains"> - - \ No newline at end of file + + + + + + + + + \ No newline at end of file