标签: android android-theme android-holo-everywhere
我在Android项目中使用了ChristopheVersieux的HoloEverywhere库。
除了对话框,一切都很好。 Holo样式不适用于AlertDialogs和自定义对话框。
答案 0 :(得分:10)
确保使用正确的import。
import
<强>替换强>
import android.app.AlertDialog
<强>与强>
import com.WazaBe.HoloEverywhere.app.AlertDialog;