I need to create X numbers of linearLayout - that each linearLayout contain Text( item name ), Bitmap ( item bitmap image ).
So, i make some for loop that create dynamically linearLayout and '.addView' to out in the linearLayout the text and the Bitmap.
the problem is that the text of each item is with different text size ==> this make my UI look not good.
How can i define that the text size will be same in all the linearLayout and make the UI look good ?