summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
blob: 96fe7ee966e99855c8a1142e5f5a647dce223cb5 (plain)
1
2
3
4
5
6
<resources>
  <style name="app_style" parent="@android:style/Theme.Light">
    <item name="android:windowActionBar">true</item>
    <item name="android:windowNoTitle">true</item>
  </style>
</resources>