From 0ccec2d3bd7c7f890f7b651110ea10a8933eab29 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Thu, 25 Nov 2021 12:23:04 +0100 Subject: implement UI, logic and test for prefer UDP preferences --- app/src/main/res/layout/f_settings.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/src/main/res/layout/f_settings.xml') diff --git a/app/src/main/res/layout/f_settings.xml b/app/src/main/res/layout/f_settings.xml index b625d548..1851fb54 100644 --- a/app/src/main/res/layout/f_settings.xml +++ b/app/src/main/res/layout/f_settings.xml @@ -35,7 +35,7 @@ android:visibility="visible" /> - Date: Thu, 25 Nov 2021 12:59:31 +0100 Subject: make settings fragment scrollable --- app/src/main/res/layout/f_settings.xml | 177 +++++++++++++++++---------------- 1 file changed, 91 insertions(+), 86 deletions(-) (limited to 'app/src/main/res/layout/f_settings.xml') diff --git a/app/src/main/res/layout/f_settings.xml b/app/src/main/res/layout/f_settings.xml index 1851fb54..a4d86fa6 100644 --- a/app/src/main/res/layout/f_settings.xml +++ b/app/src/main/res/layout/f_settings.xml @@ -1,104 +1,109 @@ - - - + android:orientation="vertical"> - + - + - + - - + - + + - + + - - + + + - \ No newline at end of file + + \ No newline at end of file -- cgit v1.2.3