gpt4 book ai didi

android - PreferencesActivity - 自定义 checbkoxes、单选按钮等的样式

转载 作者:行者123 更新时间:2023-11-29 16:12:35 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Change icons of checked and unchecked for Checkbox for Android
customize check box preference

有没有办法自定义PreferencesActivity中元素的样式?

我只能更改颜色文本、背景等。

我还想更改 CheckBoxPreference 中的复选标记和单选按钮样式等等。

我对 API8 或更高版本很感兴趣。

感谢您的帮助!

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<CheckBoxPreference
android:defaultValue="true"
android:key="vibrate"
android:summary="summary"
android:title="Some title"
android:widgetLayout="@layout/custom_checkbox" />
<CheckBoxPreference
android:defaultValue="true"
android:key="autorotate"
android:summary="summary"
android:title="auto rotate" />
</PreferenceScreen>

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