具有多个搜索栏的 RecyclerView
RecyclerView With Multiple Seekbars
如何在每行有不同视图的单个 recyclerview 上使用多个搜索栏?
每个搜索栏的背景请检查以下xml:-
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@android:id/background"
android:drawable="@drawable/round_bg_progress">
<!-- or 1dp -->
</item>
<item android:id="@android:id/progress">
<clip android:drawable="@drawable/seek1_bg" />
</item>
</layer-list>
如何在每行有不同视图的单个 recyclerview 上使用多个搜索栏?
每个搜索栏的背景请检查以下xml:-
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@android:id/background"
android:drawable="@drawable/round_bg_progress">
<!-- or 1dp -->
</item>
<item android:id="@android:id/progress">
<clip android:drawable="@drawable/seek1_bg" />
</item>
</layer-list>