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 margin : auto; のように)
空のビューをウェイト 2 で配置し、テキストビューのウェイトを 8 に変更できます
<TextView .... layout_weight="8"><View ... layout_weight="2">
PD。または高さを 0dp にして配置し、重み値で展開します