Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的布局中放置一个 TextView,textView 必须左对齐并使用 90% 的屏幕
我知道 layout_weigth 但有没有一种简单的方法可以做到这一点?
能够设置 % 边距会很棒(比如在 css 边距中:auto;)
您可以放置一个权重为 2 的 empy View 并将 textview 权重更改为 8
<TextView .... layout_weight="8"><View ... layout_weight="2">
PD。放置或高度为 0dp 以按重量值扩展