Setting Up the Action Bar tutorial in Android Atudio -
theme.holo
used in tutorial http://developer.android.com/training/basics/actionbar/setting-up.html
i'm using android studio, , theme.appcompat.light.darkactionbar
default style used in styles.xml
the emulator gives error unfortunately, action bar has stopped if comment out appcompat
theme in styles.xml
, add style name="apptheme" parent="@android:style/theme.holo.light.darkactionbar
how can android studio setup holo default theme, or how can theme changed match tutorial?
change default code in styles.xml to:
<style name="apptheme" parent="android:theme.holo.light">
that right? let me know.
Comments
Post a Comment