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.
我在我的 Android 项目中使用 ChristopheVersieux 的 HoloEverywhere 库。
一切都很好,除了对话框。Holo 样式不适用于 AlertDialogs 和自定义对话框。
确保您使用的是正确的import.
import
代替:
import android.app.AlertDialog
和:
import com.WazaBe.HoloEverywhere.app.AlertDialog;