Android dialog activity with holo light theme -


i need dialog activity. defined activity in manifest file with:

android:theme="@android:style/theme.dialog" 

but theme has old gingerbread dark background , on. want complete holo theme on dialog activity... there theme theme.dialog.holo.light ?

use under activity tag:

<activity               android:theme="@android:style/theme.holo.light.dialog" > </activity> 

Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -