From 4f6e2e29b7b4354e229a2151bdac1b306806d4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20=C3=87erri?= <64997243+deniscerri@users.noreply.github.com> Date: Sat, 11 Mar 2023 20:31:59 +0100 Subject: [PATCH] fixed create template and shortcut not scrolling when too many elements are added --- .idea/navEditor.xml | 41 ++-- app/build.gradle | 4 +- .../res/layout/create_command_template.xml | 201 +++++++++--------- app/src/main/res/layout/result_card.xml | 1 - .../main/res/layout/template_shortcuts.xml | 56 ++--- app/src/main/res/navigation/nav_graph.xml | 32 +++ 6 files changed, 197 insertions(+), 138 deletions(-) create mode 100644 app/src/main/res/navigation/nav_graph.xml diff --git a/.idea/navEditor.xml b/.idea/navEditor.xml index 8ab47ce5..89122572 100644 --- a/.idea/navEditor.xml +++ b/.idea/navEditor.xml @@ -8,13 +8,37 @@