2018-07-27 13:07:33 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-09-25 17:38:59 +00:00
|
|
|
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-08-08 08:03:38 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2018-08-05 16:35:09 +00:00
|
|
|
android:layout_width="match_parent"
|
2021-09-08 18:30:20 +00:00
|
|
|
android:layout_height="match_parent"
|
2021-09-16 12:59:31 +00:00
|
|
|
android:fitsSystemWindows="true"
|
|
|
|
android:transitionGroup="true">
|
2018-07-27 13:07:33 +00:00
|
|
|
|
2020-09-25 17:38:59 +00:00
|
|
|
<com.google.android.material.appbar.AppBarLayout
|
|
|
|
android:id="@+id/appBarLayout"
|
|
|
|
android:layout_width="match_parent"
|
2018-09-09 19:44:46 +00:00
|
|
|
android:layout_height="wrap_content"
|
2021-10-27 05:24:19 +00:00
|
|
|
app:liftOnScroll="true"
|
|
|
|
android:fitsSystemWindows="true">
|
2020-09-25 17:38:59 +00:00
|
|
|
|
|
|
|
<FrameLayout
|
2021-09-20 09:33:47 +00:00
|
|
|
android:id="@+id/toolbar_container"
|
2020-09-25 17:38:59 +00:00
|
|
|
android:layout_width="match_parent"
|
2020-02-19 07:53:53 +00:00
|
|
|
android:layout_height="wrap_content"
|
2020-09-25 17:38:59 +00:00
|
|
|
app:layout_scrollFlags="scroll|enterAlways">
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.Toolbar
|
|
|
|
android:id="@+id/toolbar"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
app:navigationIcon="@drawable/ic_search"
|
|
|
|
app:popupTheme="?attr/toolbarPopupTheme"
|
|
|
|
app:title="@null"
|
|
|
|
tools:ignore="UnusedAttribute">
|
|
|
|
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
|
|
android:id="@+id/appNameText"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:textAppearance="@style/TextViewHeadline6"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
</androidx.appcompat.widget.Toolbar>
|
|
|
|
</FrameLayout>
|
2021-10-27 05:24:19 +00:00
|
|
|
|
|
|
|
<code.name.monkey.retromusic.views.BreadCrumbLayout
|
|
|
|
android:id="@+id/breadCrumbs"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="@dimen/tab_height"
|
|
|
|
android:paddingStart="60dp"
|
|
|
|
android:paddingEnd="8dp"
|
|
|
|
app:layout_collapseMode="pin" />
|
2020-09-25 17:38:59 +00:00
|
|
|
</com.google.android.material.appbar.AppBarLayout>
|
|
|
|
|
2021-10-27 05:24:19 +00:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@android:id/empty"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:visibility="gone"
|
|
|
|
tools:visibility="visible">
|
2018-09-09 19:44:46 +00:00
|
|
|
|
2021-10-27 05:24:19 +00:00
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
|
|
android:id="@+id/emptyEmoji"
|
2020-02-19 07:53:53 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2021-10-27 05:24:19 +00:00
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
android:text="@string/empty_text_emoji"
|
|
|
|
android:textAppearance="@style/TextViewHeadline3" />
|
2018-07-27 13:07:33 +00:00
|
|
|
|
2021-10-27 05:24:19 +00:00
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
|
|
android:id="@+id/emptyText"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:text="@string/nothing_to_see"
|
|
|
|
android:textAppearance="@style/TextViewHeadline5"
|
|
|
|
android:textColor="?android:attr/textColorSecondary"
|
|
|
|
tools:visibility="visible" />
|
|
|
|
</LinearLayout>
|
2020-09-25 17:38:59 +00:00
|
|
|
|
2021-10-27 05:24:19 +00:00
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
android:id="@+id/recyclerView"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:clipToPadding="false"
|
|
|
|
android:scrollbars="none"
|
|
|
|
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior" />
|
2020-09-25 17:38:59 +00:00
|
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|