微调器下拉列表显示在微调器小部件下方

时间:2021-07-22 09:37:00

标签: android android-layout spinner android-spinner

我需要 spinner 的列表显示在其小部件下方。

我试过在我的 OP6 手机上运行的 android:dropDownVerticalOffset="15dp",但在三星手机上不起作用。而且 id:overlapAnchor="false" 也不起作用。

有人有什么推荐吗?

<Spinner
                android:id="@+id/spStates"
                android:layout_width="match_parent"
                android:layout_height="0dp"
                android:background="@drawable/bg_expandable_parent_item"
                android:dropDownVerticalOffset="65dp"
                android:elevation="0dp"
                app:layout_constraintTop_toTopOf="@id/tv_headline"
                app:layout_constraintLeft_toLeftOf="parent"
                app:layout_constraintRight_toRightOf="parent"
                app:layout_constraintBottom_toBottomOf="@id/tv_headline"
                />

我想要什么(OP6): enter image description here

它的显示方式(三星): enter image description here

0 个答案:

没有答案