在Android应用程序中,要向PreferenceScreen条目添加图标,可以使用以下步骤:
以下是一个示例代码:
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:title="Category 1">
<Preference
android:key="pref1"
android:title="Preference 1"
android:summary="This is the summary for Preference 1"
android:icon="@drawable/icon1"/>
<Preference
android:key="pref2"
android:title="Preference 2"
android:summary="This is the summary for Preference 2"
android:icon="@drawable/icon2"/>
</PreferenceCategory>
<PreferenceCategory
android:title="Category 2">
<Preference
android:key="pref3"
android:title="Preference 3"
android:summary="This is the summary for Preference 3"
android:icon="@drawable/icon3"/>
<Preference
android:key="pref4"
android:title="Preference 4"
android:summary="This is the summary for Preference 4"
android:icon="@drawable/icon4"/>
</PreferenceCategory>
</PreferenceScreen>
public class SettingsFragment extends PreferenceFragmentCompat {
@Override
public void onCreatePreferences(Bundle savedInstanceState, String rootKey) {
addPreferencesFromResource(R.xml.preferences);
}
}
现在,PreferenceScreen条目将显示相应的图标。请注意,这个答案中没有提及任何云计算品牌商,因为这是一个关于Android应用程序的问题。
领取专属 10元无门槛券
手把手带您无忧上云