From 520b1637c638e534dd8b5b55176a1c95e0a0b546 Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Thu, 18 Apr 2019 10:43:09 +0200 Subject: [PATCH] Add empty textView --- .../res/layout/fragment_calendar_details.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_calendar_details.xml b/app/src/main/res/layout/fragment_calendar_details.xml index 3eda6595..cd88754a 100644 --- a/app/src/main/res/layout/fragment_calendar_details.xml +++ b/app/src/main/res/layout/fragment_calendar_details.xml @@ -64,10 +64,24 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toTopOf="@+id/recyclerView" + app:layout_constraintTop_toBottomOf="@+id/appBar" tools:alpha="1" tools:visibility="visible" /> + +