我创建了一个PreferenceActivity
,其中有两个EditTextpreferences
。点击其打开的偏好设置,其中包含EditText
和两个buttons
(确定和取消)。我想在button
的{{1}}这个edittext
的默认dialog
右侧添加PreferenceActivity
。我怎么能这样做?
答案 0 :(得分:2)
您可以按如下方式创建一个简单的偏好。
<Preference
android:title="Custom Preference"
android:summary="This works almost like a button"
android:key="customPref" />
我想在右侧添加按钮 此对话框中的默认编辑文本 PreferenceActivity
单击此首选项,您可以打开自定义对话框,在此对话框布局中,您可以添加视图。