How to center text below image using relative layout
I have 4 ImageViews, and 4 TextViews,
How can I center each textview below its respective imageview?
Wh开发者_运维技巧en I do layoutToRightOf it puts the text views next to each other
I solved this using the drawableTop feature of textview...
精彩评论