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 の辞書アプリケーションで SearchView ガジェットを使用していますが、この searchView をすべての画面幅に合わせる必要があるため、この searchview の幅を設定するにはどうすればよいですか?
これはすべきです:
android:layout_width="match_parent"
これを試して..
android:layout_width="fill_parent"