Holo theme not applying to dialogs when using holoeverywhere library
Asked Answered
M

1

5

I am using ChristopheVersieux's HoloEverywhere library in my Android project.

Everything is fine except for the dialogs. Holo styles are not applying on AlertDialogs and custom dialogs.

Mayda answered 18/8, 2012 at 15:29 Comment(1)
This is a known bug... I need time to work on this.Law
G
10

Make sure you are using the right import.

Replace:

import android.app.AlertDialog

with:

import com.WazaBe.HoloEverywhere.app.AlertDialog;
Giamo answered 16/9, 2012 at 1:22 Comment(2)
Does this mess up functionality on ICS devices that actually can simply use android.app.AlertDialog? I fear it might...Haft
@DanielSmith I don't think it should since it has 'android.app.AlertDialog' in itGiamo

© 2022 - 2024 — McMap. All rights reserved.