【发布时间】:2012-09-27 06:37:15
【问题描述】:
我在我的 Android 项目中使用 ChristopheVersieux 的 HoloEverywhere 库。
一切都很好,除了对话框。 Holo 样式不适用于 AlertDialogs 和自定义对话框。
【问题讨论】:
-
这是一个已知的错误...我需要时间来解决这个问题。
标签: android android-theme android-holo-everywhere
我在我的 Android 项目中使用 ChristopheVersieux 的 HoloEverywhere 库。
一切都很好,除了对话框。 Holo 样式不适用于 AlertDialogs 和自定义对话框。
【问题讨论】:
标签: android android-theme android-holo-everywhere
确保您使用的是正确的import。
替换:
import android.app.AlertDialog
与:
import com.WazaBe.HoloEverywhere.app.AlertDialog;
【讨论】: