This is the more icon which is used in DialogPreference (res.layout.preference\_dialog.xml) It's我找到了这个:,但我不确定如何使用它。基本上,我正在尝试添加更多的图标到我的自定义ListView,这应该是完全安卓的方式。
我正在将我的安卓项目从android.preference改为androidx.preference。在我之前的项目中,我使用以下方法以编程方式启动了一个DialogPreference: public class WaterbodyPreferenceActivity extends PreferenceActivity我有一个包含多个元素的片段,其中包括一个我希望启动DialogPreference的按钮。如前所述,当使用android.preference库时,该