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.
Android でテーマを使用してウィジェットのスタイルを設定しています。
コードで:
<item name="android:width">200px</item>
... ウィジェットの幅を 200px に設定できます。
しかし、「wrap_content」と「fill_parent」を指定するにはどうすればよいですか?
そこには文字列は許可されていません。
wrap_content幅ではなく有効ですfill_parent。layout_heightlayout_width
wrap_content
fill_parent
layout_height
layout_width