Enabled Jetifier since third-party libraries may require it; in-development options for events are now hidden if the user has not explicitly enabled them

This commit is contained in:
denizk0461
2023-06-04 12:27:21 +02:00
parent 98a3a13623
commit 36bede6201
7 changed files with 45 additions and 12 deletions
@@ -84,6 +84,7 @@
<!-- Add task -->
<androidx.appcompat.widget.LinearLayoutCompat
android:visibility="gone"
android:id="@+id/button_add_task"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -113,6 +114,7 @@
<!-- View tasks -->
<androidx.appcompat.widget.LinearLayoutCompat
android:visibility="gone"
android:id="@+id/button_view_tasks"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -142,6 +144,7 @@
<!-- Find room -->
<androidx.appcompat.widget.LinearLayoutCompat
android:visibility="gone"
android:id="@+id/button_find_room"
android:layout_width="match_parent"
android:layout_height="wrap_content"