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.
我有一个活动作为 Dialog ( "@android:style/Theme.Dialog") 显示一个 Seekbar。但是,android 4.x 设备上的 seekbar 样式不是 holo 样式。我得到了一个搜索栏,如下图所示
"@android:style/Theme.Dialog"
如何在设备 android 4.x 上显示全息搜索栏?
将此添加到您的 AndroidManifest.xml
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17"/>