-3
如何在每個行有不同視圖的單個recyclerview上使用多個seekbars?RecyclerView與多個Seekbars
如何在每個行有不同視圖的單個recyclerview上使用多個seekbars?RecyclerView與多個Seekbars
請檢查下面的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>
您救了我,我沒有使用
問題不明確 – Rahul
我想在回收視圖 – YoLo
使用多個seekbars有啥中使用的問題? – Rahul