styles.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!--<?xml version="1.0" encoding="utf-8"?>-->
  2. <!--<resources>-->
  3. <!--&lt;!&ndash;-->
  4. <!--Base application theme, dependent on API level. This theme is replaced-->
  5. <!--by AppBaseTheme from res/values-vXX/styles.xml on newer devices.-->
  6. <!--&ndash;&gt;-->
  7. <!--<style name="AppBaseTheme" parent="android:Theme.Light">-->
  8. <!--&lt;!&ndash;-->
  9. <!--Theme customizations available in newer API levels can go in-->
  10. <!--res/values-vXX/styles.xml, while customizations related to-->
  11. <!--backward-compatibility can go here.-->
  12. <!--&ndash;&gt;-->
  13. <!--</style>-->
  14. <!--&lt;!&ndash; Application theme. &ndash;&gt;-->
  15. <!--<style name="AppTheme" parent="android:Theme.Light">-->
  16. <!--&lt;!&ndash; All customizations that are NOT specific to a particular API-level can go here. &ndash;&gt;-->
  17. <!--</style>-->
  18. <!--<style name="LoginFormContainer">-->
  19. <!--<item name="android:layout_width">match_parent</item>-->
  20. <!--<item name="android:layout_height">wrap_content</item>-->
  21. <!--<item name="android:padding">16dp</item>-->
  22. <!--</style>-->
  23. <!--</resources>-->
  24. <resources>
  25. <!-- Base application theme. -->
  26. <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
  27. <!-- Customize your theme here. -->
  28. <item name="colorPrimary">@color/colorPrimary</item>
  29. <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
  30. <item name="colorAccent">@color/colorAccent</item>
  31. </style>
  32. <style name="LoginFormContainer">
  33. <item name="android:layout_width">match_parent</item>
  34. <item name="android:layout_height">wrap_content</item>
  35. <item name="android:padding">16dp</item>
  36. </style>
  37. </resources>