我正在尝试在android 4.0 API中使用Switch(切换)。
如果我将自定义主题用于活动,则会显示错误 空指针异常。
switchStyle
未找到。
如何在自定义主题中使用默认的android开关?
答案 0 :(得分:0)
您的自定义主题必须具有默认主题之一的父主题:Holo / HoloLight / HoloLightDarkActionBar
这样,您手动定义的任何内容都将从默认值中选取。
答案 1 :(得分:0)
切换样式不公开,无法扩展样式,需要设置背景图像。请查看https://github.com/ankri/SwitchCompatLibrary或https://github.com/ankri/SwitchCompatLibrary