| | |
| | | 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" |
| | |
| | | <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"/> |