When i installed my application in different devices Color of dialog box changes Devices to device How can i set the color of Dialog box
Regards, Kariyachan
When i installed my application in different devices Color of dialog box changes Devices to device How can i set the color of Dialog box
Regards, Kariyachan
You have some clues on anddev.org. The basic idea is to extend the default theme and use it in your activity. In particular, you will need to extend the Theme.Dialog style.
Change color of DialogBox and do lot more with
AlertDialog
.What you have to do:
Code:
Can u name the devices that u r using to test?...Probably they might contain a customized Android build so the dialog color changes. You can leave it as it is since your build would use the default style available for a device else try setting styles that will avoid this behavior.
Use activity as a dialog by setting dialog theme to it. Then you can inflate your own layout with your own background and colors.