Thursday, May 10, 2018

Change background of custom drawable

1.listbox_bg.xml <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"......

ListView custom item with RadioButton

Creating ListView that has RadioButton in ListView custom item. Here are the......