Cant change listview font in listactivity
问题 Im very new in android programming, and my task is to load up the items in my shared preference to a listview, and i just want to change the design of my listview, like changing its font color, font size and etc.. I have tried this solution but it doesn't work, please tell me where I did wrong. Thanks.. heres my code in loading the listview in a listactivity Map<String,?> datakeys = datapref.getAll(); for(Map.Entry<String,?> entry : datakeys.entrySet()){ Log.d("values123",entry.getKey() + ":