Blame view

res/values-v14/styles.xml 381 Bytes
3c2353cd   杜方   1、畅游通核销app源码提交;
1
2
3
4
5
6
7
8
9
10
11
12
  <resources>
  
      <!--
          Base application theme for API 14+. This theme completely replaces
          AppBaseTheme from BOTH res/values/styles.xml and
          res/values-v11/styles.xml on API 14+ devices.
      -->
      <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
          <!-- API 14 theme customizations can go here. -->
      </style>
  
  </resources>