开发者

aligning views in a custom listview row

开发者 https://www.devze.com 2023-02-10 12:09 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消