0

So say I go into the main.xml (res/layout/main.xml) and go over to the graphical interface, and decide to change my theme from Holo to Holo.Light. It changes in the preview and looks good. I run it, and once it's running, it's Holo. Nothing changes. No errors or anything, it just does nothing. Why? Using IntelliJ 13 and a Nexus 5.

karite36
  • 47
  • 4

1 Answers1

0

The graphical interface preview what you see for the layout is just to show how it will look in the device. If you just change the Theme there , it won't reflect on the layout xml.

You have to change in the layout or in the manifest for whole application or each activity

Libin
  • 16,967
  • 7
  • 61
  • 83