Application Android et IOS pour l'amicale des élèves
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

styles.xml 484B

12345678910
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <resources>
  3. <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
  4. <item name="android:textColor">#000000</item>
  5. <item name="android:windowBackground">@color/activityBackground</item>
  6. <item name="android:navigationBarColor">@color/navigationBarColor</item>
  7. <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
  8. <item name="colorPrimary">@color/colorPrimary</item>
  9. </style>
  10. </resources>