Fixed empty tip position wrong
This commit is contained in:
parent
f707c6984b
commit
eade595899
1 changed files with 17 additions and 13 deletions
|
|
@ -23,15 +23,17 @@
|
|||
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fillViewport="true"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/all_tasks_list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fillViewport="true"
|
||||
android:visibility="gone"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
||||
|
||||
</androidx.recyclerview.widget.RecyclerView>
|
||||
android:visibility="gone" />
|
||||
|
||||
|
||||
<TextView
|
||||
|
|
@ -43,4 +45,6 @@
|
|||
android:text="@string/no_tasks"
|
||||
android:textSize="14sp"
|
||||
android:visibility="visible" />
|
||||
</FrameLayout>
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
Loading…
Reference in a new issue