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

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -