Commit 160420ab470dff13551bf8f2f9a6c7a106ef98d3

Authored by JLo'w
1 parent 06655eff

Thème de compatibilité

PremiereActivite/app/src/main/res/values-v21/styles.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<resources>
  2 +
  3 + <!-- Base application theme. -->
  4 + <style name="AppTheme" parent="android:Theme.Material.Light.DarkActionBar">
  5 + <!-- Customize your theme here. -->
  6 + <item name="colorPrimary">@color/colorPrimary</item>
  7 + <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
  8 + <item name="colorAccent">@color/colorAccent</item>
  9 + </style>
  10 +
  11 +</resources>
... ...
PremiereActivite/app/src/main/res/values/styles.xml
1 1 <resources>
2 2  
3 3 <!-- Base application theme. -->
4   - <style name="AppTheme" parent="android:Theme.Material.Light.DarkActionBar">
  4 + <style name="AppTheme" parent="android:Theme.Holo.Light">
5 5 <!-- Customize your theme here. -->
6 6 <item name="colorPrimary">@color/colorPrimary</item>
7 7 <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
... ...