From d458d601224b61de271810224b0e6053b7504eda Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Sun, 30 May 2021 20:57:02 +0200 Subject: [PATCH] Add ScrollViews to DeepLink view (#923) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Describe what your pull request does and which issue you’re targeting Closes #921

- [X] I carefully read the [contribution guidelines](https://codeberg.org/GitNex/GitNex/src/branch/main/CONTRIBUTING.md). - [X] I'm following the code standards as defined [here](https://codeberg.org/gitnex/GitNex/wiki/Code-Standards). - [X] By submitting this pull request, I permit GitNex to license my work under the [GNU General Public License v3](https://codeberg.org/GitNex/GitNex/src/branch/main/LICENSE). Co-authored-by: qwerty287 Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/923 Reviewed-by: M M Arif Reviewed-by: opyale Co-authored-by: qwerty287 Co-committed-by: qwerty287 --- .../main/res/layout/activity_deeplinks.xml | 211 ++++++++++-------- 1 file changed, 112 insertions(+), 99 deletions(-) diff --git a/app/src/main/res/layout/activity_deeplinks.xml b/app/src/main/res/layout/activity_deeplinks.xml index dbd557ae..b7fd3376 100644 --- a/app/src/main/res/layout/activity_deeplinks.xml +++ b/app/src/main/res/layout/activity_deeplinks.xml @@ -1,5 +1,5 @@ - - + android:orientation="horizontal"> - + android:orientation="horizontal"> -