Radio button in list view

前端 未结 3 443
南方客
南方客 2021-01-02 22:25

I am showing list of sting in list view formate, i used default list view and placed a radio button by using simple_list_item_single_choice. But this shown the

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-02 22:42

    It's not possible, by default the radio button is on the right. If you want it on the left then you should grab the sources for simple_list_item_single_choice.xml layout from the SDK and make the appropriate changes, then use this custom layout instead of the default one.

提交回复
热议问题