Disable scrollbars for the day selector

This commit is contained in:
Jonas Lochmann 2021-09-20 02:00:00 +02:00
parent fd24df6436
commit 70f04bf49f
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
TimeLimit Copyright <C> 2019 - 2020 Jonas Lochmann TimeLimit Copyright <C> 2019 - 2021 Jonas Lochmann
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation version 3 of the License. the Free Software Foundation version 3 of the License.
@ -29,6 +29,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<HorizontalScrollView <HorizontalScrollView
android:scrollbars="none"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:id="@+id/select_days_scroll" android:id="@+id/select_days_scroll"
android:layout_width="wrap_content" android:layout_width="wrap_content"