Pergunta

I was just working around and then when I tried in the emulator the app looked like this? Does anyone know what the problem is? Link: https://dl.dropboxusercontent.com/u/97063669/black.png

Foi útil?

Solução

In values folder create file styles.xml and create theme inside:

<style name="myTheme" parent="android:Theme.Light"/>

Create folder values-v11 in it create file styles.xml also create theme inside so it looks like this:

<style name="myTheme" parent="android:Theme.Holo.Light"/>

Finally in the manifest, declare the theme:

android:theme="@style/myTheme"
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top