如何在单个Recyclerview上使用多个搜索栏,其中每行有不同的视图?
答案 0 :(得分:0)
请检查以下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>