Runt
2022-06-04 a046d5a804d6842796a718fba4e98c3259340a60
app/src/main/res/layout/activity_collect.xml
@@ -6,7 +6,7 @@
    xmlns:app="http://schemas.android.com/apk/res-auto">
    <com.auto.lyric.widgets.TitleBarView
        android:id="@+id/titlebar"
        android:id="@+id/titleBar"
        android:layout_width="match_parent"
        android:layout_height="50dp"
        android:background="@color/black"
@@ -21,7 +21,7 @@
    <include layout="@layout/refresh_recycler"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        app:layout_constraintTop_toBottomOf="@id/titlebar"
        app:layout_constraintTop_toBottomOf="@id/titleBar"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintLeft_toLeftOf="parent"
        app:layout_constraintRight_toRightOf="parent"/>