Blame view

partieAndroid/res/values/values.xml 306 Bytes
b8e00f52   martin.rohmer   mise à dispositio...
1
2
3
4
5
6
  <?xml version="1.0" encoding="utf-8"?>

  <resources>

      <color name="background_material_light">@color/colorPrimary</color>

      <color name="primary_text_default_material_dark">@color/colorPrimaryDark</color>

      <color name="primary_text_default_material_light">@color/colorAccent</color>

  </resources>