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

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -