Blame view

PremiereActivite/app/src/main/res/values/styles.xml 372 Bytes
4abf4602   Florian Deze   Début Interface g...
1
2
3
  <resources>
  
      <!-- Base application theme. -->
160420ab   JLo'w   Thème de compatib...
4
      <style name="AppTheme" parent="android:Theme.Holo.Light">
4abf4602   Florian Deze   Début Interface g...
5
6
7
8
9
10
          <!-- Customize your theme here. -->
          <item name="colorPrimary">@color/colorPrimary</item>
          <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
          <item name="colorAccent">@color/colorAccent</item>
      </style>
  
4abf4602   Florian Deze   Début Interface g...
11
  </resources>