aligning views in a custom listview row
I have a custom listview row whose XML has one ImageView and three TextViews inside a LinearLayout.
I want to align the last two TextViews to the right.
He开发者_JAVA技巧lp is appreciated. Thanks.
I had the same problem , and i solved it using RelativeLayout in my listView_row.xml
精彩评论