selected item on custom listview with contextual action bar

后端 未结 4 1968
一整个雨季
一整个雨季 2021-01-30 10:51

I recently started using android actionbars and contextual action bars (CAB).

I have just one activity which is a ListActivity. Basically I use the following code snippe

4条回答
  •  南笙
    南笙 (楼主)
    2021-01-30 11:18

    Just create a a drawable called custom_background on the way:

    
    
        
        
    
    

    and set as background on your parent layout:

    android:background="@drawable/custom_background"
    

提交回复
热议问题