App Theme

Search This thread

rubenius

Member
Feb 12, 2012
17
2
Helo,

We are developing an app for the university and we have to theme it. What part of the code we have to modify? Because when we test it, we only see the Light Holo theme.

Thank you very much
 

tsg.

Member
Oct 16, 2014
30
2
Unfortunately I'm using Cocos2dx engine, not native Android api functions so I can't help you. Try to find answer in android documentation, there might be something in ui->themes section. I'm not allowed to post links yet, but I'm sure you will find it.
 
  • Like
Reactions: rubenius
M

mohitsinghs

Guest
you need to override the values/styles.xml with custom widgets and styles.You can extend your base theme to dark holo instead of light holo.
i.e. <style name="AppBaseTheme " parent="android:Theme.Holo.Dark"></style> instead of <style name="AppBaseTheme " parent="android:Theme.Holo.Light"></style> .
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Unfortunately I'm using Cocos2dx engine, not native Android api functions so I can't help you. Try to find answer in android documentation, there might be something in ui->themes section. I'm not allowed to post links yet, but I'm sure you will find it.