I am absolute beginner.
I have a simple listview which I don't know how its work and the only view code i fount of it is :
String[] from = new String[]{ TITLE };
int[] to = new int[]{ R.id.ViewTitleNotes };
thats it, I want to customize this listview a little like change the font or set a background for listview page, but i cant ! if I change the background of page, every single listview item will adopt that image and every single listview item height will fill entire page ! that "R.id.ViewTitleNotes" doesn't have any code like this : "TextView ViewTitleNotes = (textView) findViewById(R.id.ViewTitleNotes);"
I don't Know how its work !
here is a Screenshot of this listview: that small selection is the textview i want to change the font of it
Thanks in advance.