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

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -