values.xml 566 B

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