gpt4 book ai didi

android - 如何将 SetOnClickListener() 设置为 EditTextPreference 对话框的确定​​按钮?

转载 作者:行者123 更新时间:2023-11-29 16:14:54 27 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
how to call the ok button in the EditTextPreference

我想验证 EditTextPreference 对话框的输入(输入 6 位数字)。

这就是我的(相关)preferences.xml fragment 的样子:

            <!--EditTextPreference-->
<com.app.preferences.UpdatePincodePreference
android:key="PIN_CODE_PREFERENCE"
android:title="@string/pincode_preference_title"
android:summary="@string/pincode_preference_summary"
android:dialogTitle="@string/pincode_preference_dialog_title"
android:dialogMessage="@string/pincode_preference_dialog_message"
android:inputType="number"
/>

如何测试用户在首选项对话框的 EditText 中输入的数字没有少于或多于 6 位?

基本上,我需要在 OK 按钮上设置一个 onClickListener(),但如何获取我未定义的 OK 按钮。它是 EditTextPreference 的默认 View ,取消按钮也是。

问题与“how to call the ok button in the EditTextPreference”完全相同,但已接受的解决方案中提供的链接现在已损坏。

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