12345678910111213141516 |
- <?xml version="1.0" encoding="utf-8"?>
- <resources>
- <color name="bottom_nav_normal">#00000000</color>
- <color name="bottom_nav_pressed">#88CCEDC7</color>
- <string name="content_description">content_description</string>
- <style name="AppBaseTheme" parent="android:Theme.Light">
- <!--
- Theme customizations available in newer API levels can go in
- res/values-vXX/styles.xml, while customizations related to
- backward-compatibility can go here.
- -->
- </style>
- <style name="AppTheme" parent="AppBaseTheme">
- <!-- All customizations that are NOT specific to a particular API-level can go here. -->
- </style>
- </resources>
|