RyCarPlayer/app/src/main/res/layout/fragment_special.xml
如果当时 bd37d661cd #### 2021-02-18 V7.0.3
- *.[改进]项目改成基于AndroidX。
2021-02-18 10:36:25 +08:00

14 lines
565 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.github.jdsjlzx.recyclerview.LRecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/bar_height"></com.github.jdsjlzx.recyclerview.LRecyclerView>
</androidx.constraintlayout.widget.ConstraintLayout>