styles.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!-- ownCloud Android Library is available under MIT license
  2. Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  3. Permission is hereby granted, free of charge, to any person obtaining a copy
  4. of this software and associated documentation files (the "Software"), to deal
  5. in the Software without restriction, including without limitation the rights
  6. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  7. copies of the Software, and to permit persons to whom the Software is
  8. furnished to do so, subject to the following conditions:
  9. The above copyright notice and this permission notice shall be included in
  10. all copies or substantial portions of the Software.
  11. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  12. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  13. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  14. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  15. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  16. ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  17. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  18. THE SOFTWARE.
  19. -->
  20. <resources>
  21. <!--
  22. Base application theme, dependent on API level. This theme is replaced
  23. by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
  24. -->
  25. <style name="AppBaseTheme" parent="android:Theme.Light">
  26. <!--
  27. Theme customizations available in newer API levels can go in
  28. res/values-vXX/styles.xml, while customizations related to
  29. backward-compatibility can go here.
  30. -->
  31. </style>
  32. <!-- Application theme. -->
  33. <style name="AppTheme" parent="AppBaseTheme">
  34. <!-- All customizations that are NOT specific to a particular API-level can go here. -->
  35. </style>
  36. </resources>