スピナーを使用していますが、ダイアログのように開きます。ドロップダウンメニューのようにスピナーを開く必要があります。
ここにxmlファイルがあります
<Spinner
android:id="@+id/sp_countrycode_issue_coupon"
android:layout_width="60dp"
android:layout_height="40dp"
android:layout_gravity="center"
android:layout_marginLeft="3dp"
android:layout_weight="1"
android:background="@drawable/img_small_box_green"
android:dropDownSelector="@drawable/img_small_box_green"
android:gravity="right|center"
android:textAlignment="center" />
ここにコードがあります
ArrayAdapter<CharSequence> adapter = ArrayAdapter.createFromResource(
this, R.array.country_code,
android.R.layout.simple_spinner_item);
adapter.setDropDownViewResource(R.layout.spinner_textview);
sp_country_code.setAdapter(adapter);
ビューとスピナー表示ビューのように、画像を以下に投稿しました。しかし、スピナーを3番目の画像のように表示する必要があります