Blame view

GameSDKDemo/src/main/res/values/styles.xml 381 Bytes
d6bc71fcb   赵康   add the project o...
1
2
3
  <resources>
  
      <!-- Base application theme. -->
064eb2054   赵康   分离iap支付方法
4
      <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
d6bc71fcb   赵康   add the project o...
5
6
7
8
9
10
11
          <!-- Customize your theme here. -->
          <item name="colorPrimary">@color/colorPrimary</item>
          <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
          <item name="colorAccent">@color/colorAccent</item>
      </style>
  
  </resources>