gpt4 book ai didi

Android 边距弹出下拉微调器

转载 作者:行者123 更新时间:2023-11-29 22:46:53 26 4
gpt4 key购买 nike

我想要这样的东西:

wantedSituation

但我现在有这个结果: CurrentSituation

确实有 1 个问题,我想应用 margin top de dropdown popup。我尝试了一件没有用的东西:弹出主题这是我的微调器:

<androidx.appcompat.widget.AppCompatSpinner
android:popupBackground="@color/bgChoicesSpinner"
android:popupTheme="@style/popupOverlay"
android:dropDownWidth="match_parent"
android:layout_marginTop="30dp"
android:layout_marginStart="5dp"
android:id="@+id/spinnerCountry"
android:layout_width="match_parent"
android:layout_height="50dp">

这是我的风格:

<style name="popupOverlay" parent="ThemeOverlay.AppCompat.Light">
<item name="android:layout_marginTop">10dp</item>
<item name="android:background">@color/bgChoicesSpinner</item>
</style>

最佳答案

使用 android:dropDownVerticalOffset="xxdp" 属性。

   <androidx.appcompat.widget.AppCompatSpinner
android:spinnerMode="dropdown"
android:dropDownVerticalOffset="40dp"
...
/>

enter image description here

关于Android 边距弹出下拉微调器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58262908/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com