Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用黑色主题并创建了一个自定义搜索栏。不,我不得不切换到全息主题,但我真的想要 theme.black seekbar 的外观。我试过了
<style name="W_SeekBar" parent="@android:style/Widget.Black.SeekBar"> </style>
但这给了我一个错误......我该怎么做?
没有 Widget.Black,只需使用这个:
<SeekBar style="@android:style/Widget.SeekBar"