1
I am making a form and when choosing the Dialog theme it informs that: Missing Styles. Is the correct Theme Chosen for this layout? as you can see below. If you cannot really use this theme, there is another way to make the form look more friendly?
and here is how my form currently:
just do what he’s asking, IE, where you see "Nexus 4", a small globe, etc, the "Theme combo box" is this before the globe, click on it and choose a theme, but if you want Voce can set a theme directly in your manifest:
<application ... android:theme="@style/AppTheme" >
in the case here Apptheme, but you can create your own theme– Armando Marques Sobrinho
In my manifest this android:Theme="@style/Theme.Mytheme">, however the theme this is very weird. The best theme would be this Dialog
– Carlos Diego
but Voce has this Mytheme somewhere in his "res"? folder usually a file in "app/main/res/values/Styles.xml"
– Armando Marques Sobrinho
Arnaldo edited the question with more information.
– Carlos Diego
this warning will disappear when you choose the theme in the combo box that the studio is asking, the image of your screen is the one where appears "Dialog..." there in the bar
– Armando Marques Sobrinho
if the theme ta ok, can compile and run on the emulator or on a real device that it works without problems, I think, rss
– Armando Marques Sobrinho