/paw/res/values/styles.xml

http://eyes-free.googlecode.com/ · XML · 55 lines · 31 code · 10 blank · 14 comment · 0 complexity · 0f08e02aa5b68a7cf889d6240e16b930 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (C) 2009 The Android Open Source Project
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. -->
  13. <resources>
  14. <style name="WidgetBackground">
  15. <item name="android:background">@drawable/widget_frame_portrait_2x2</item>
  16. </style>
  17. <style name="BulletPoint">
  18. <item name="android:text">\u2022</item>
  19. <item name="android:textSize">13sp</item>
  20. <item name="android:textColor">@android:color/black</item>
  21. </style>
  22. <style name="Text">
  23. </style>
  24. <style name="Text.Loading">
  25. <item name="android:textSize">14sp</item>
  26. <item name="android:textColor">@android:color/black</item>
  27. </style>
  28. <style name="Text.WordTitle">
  29. <item name="android:textSize">16sp</item>
  30. <item name="android:textStyle">bold</item>
  31. <item name="android:textColor">@android:color/black</item>
  32. </style>
  33. <style name="Text.WordType">
  34. <item name="android:textSize">14sp</item>
  35. <item name="android:textStyle">italic</item>
  36. <item name="android:textColor">@android:color/black</item>
  37. </style>
  38. <style name="Text.Definition">
  39. <item name="android:textSize">13sp</item>
  40. <item name="android:textColor">@android:color/black</item>
  41. </style>
  42. </resources>