gpt4 book ai didi

android - 使用 ExposeDdropDownMenu 样式时如何更改可绘制的 TextInputLayout Material 下拉箭头

转载 作者:行者123 更新时间:2023-12-04 10:53:17 39 4
gpt4 key购买 nike

有谁知道怎么改MaterialComponents微调小部件箭头图像与 AutoCompleteTextView .

代码:

 <com.google.android.material.textfield.TextInputLayout
android:id="@+id/contractSpinnerContainer"
style="@style/TextInputLayout.FilledBox.Dense.ExposeDropDownMenu"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/default_padding"
app:layout_constraintEnd_toStartOf="@+id/guidelineEnd"
app:layout_constraintStart_toStartOf="@+id/guidelineStart"
app:layout_constraintTop_toBottomOf="@+id/registrationLastNameContainer">

<AutoCompleteTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Country"
android:imeOptions="actionNext"
android:includeFontPadding="false"
android:inputType="textPersonName"
android:maxLines="1"
android:textColor="@color/ts_black"
android:textSize="@dimen/login_input_text_size" />

</com.google.android.material.textfield.TextInputLayout>

想要改变的结果:

enter image description here

最佳答案

所以在@MatPag 的帮助下,答案是:

app:endIconMode="custom"
app:endIconDrawable="@drawable/custom_icon"

实际上是在 API29它在没有 app:endIconMode="custom" 的情况下工作,尚未在其他 API 上测试。

关于android - 使用 ExposeDdropDownMenu 样式时如何更改可绘制的 TextInputLayout Material 下拉箭头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59357587/

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