热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

添加layout_weight后,ListView仍未对齐-ListViewisnotalignedevenafteraddedlayout_weight

Hereistheoutputofmycode.IcannotgetallviewsalignedineachListViewitem.Ialreadyused

Here is the output of my code. I cannot get all views aligned in each ListView item. I already used layout_weight for each view and also set the layout_width to 0sp. Really curious about why it cannot work. Hope to get some solutions. Thank you!

这是我的代码的输出。我无法在每个ListView项目中对齐所有视图。我已经为每个视图使用了layout_weight,并将layout_width设置为0sp。真的很好奇为什么它不能工作。希望得到一些解决方案。谢谢!

enter image description here

list_item.xml




    

    

        

        

        

        

    

    

...


2 个解决方案

#1


0  

Use this :

用这个 :








    

    

    

    







    




#2


0  

You need to add layout_weightSum in your parent layout -

您需要在父布局中添加layout_weightSum -


    





    

    

    

    





    

    

You need to then equally distribute the weight by using android:layout_weight="1" on each of the child layouts.

然后,您需要在每个子布局上使用android:layout_weight =“1”平均分配权重。

Let me know if you need more help.

如果您需要更多帮助,请告诉我。


推荐阅读
author-avatar
甜甜天蚕宝_431
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有