Archived
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user