values.xml 691 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <color name="bottom_nav_normal">#00000000</color>
  4. <color name="bottom_nav_pressed">#88CCEDC7</color>
  5. <string name="content_description">content_description</string>
  6. <style name="AppBaseTheme" parent="android:Theme.Light">
  7. <!--
  8. Theme customizations available in newer API levels can go in
  9. res/values-vXX/styles.xml, while customizations related to
  10. backward-compatibility can go here.
  11. -->
  12. </style>
  13. <style name="AppTheme" parent="AppBaseTheme">
  14. <!-- All customizations that are NOT specific to a particular API-level can go here. -->
  15. </style>
  16. </resources>