Blame view

GameSDKDemo/src/main/res/values/styles.xml 450 Bytes
d6bc71fcb   赵康   add the project o...
1
2
3
  <resources>
  
      <!-- Base application theme. -->
969c0010c   赵康   v4.1.6:修复gp支付无回调的bug
4
      <style name="BaseAppTheme" parent="Theme.AppCompat.Light.NoActionBar">
d6bc71fcb   赵康   add the project o...
5
6
7
8
9
          <!-- Customize your theme here. -->
          <item name="colorPrimary">@color/colorPrimary</item>
          <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
          <item name="colorAccent">@color/colorAccent</item>
      </style>
969c0010c   赵康   v4.1.6:修复gp支付无回调的bug
10
11
12
      <style name="AppTheme" parent="BaseAppTheme">
  
      </style>
d6bc71fcb   赵康   add the project o...
13
  </resources>