android:entries in recyclerview

前端 未结 4 1519
眼角桃花
眼角桃花 2020-12-04 19:55

I have used listview with entries attribute like below :



        
4条回答
  •  鱼传尺愫
    2020-12-04 20:30

    I'm afraid this is not possible out of the box, you can extend the RecyclerView and define your own custom attribute which accepts a string array, then you would populate your RecyclerView Adapter with these values.

    Check this link: http://developer.android.com/training/custom-views/create-view.html#customattr

提交回复
热议问题