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.R.layout.simple_spinner_dropdown_item。しかし、私はこのような奇妙な高さになります:
android.R.layout.simple_spinner_dropdown_item
デフォルトのようにしたいdropdown_itemsのですが、メイン画面に奇妙な高さを持たせたくありません。
dropdown_items
メソッドを使用adapter.setDropDownViewResource(int resId)して、ドロップダウン ボックス (要素ではなく) に特定のレイアウトを使用します。
adapter.setDropDownViewResource(int resId)
ここに見られるように