weather.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <label>
  2. <style name="aqi">
  3. <normal font_size="40" text_align_h="left" text_color="#00D0E3"/>
  4. <disable text_color="#44444466"/>
  5. </style>
  6. <style name="aqi_text">
  7. <normal font_size="40" text_align_h="right" text_color="#00D0E3"/>
  8. </style>
  9. <style name="center_hour">
  10. <normal font_size="90" text_align_h="right" text_color="#00FFED"/>
  11. <disable text_color="#44444466"/>
  12. </style>
  13. <style name="day">
  14. <normal font_size="40" text_align_h="left" text_color="#00FFEF"/>
  15. <disable text_color="#44444466"/>
  16. </style>
  17. <style name="update">
  18. <normal font_size="30" text_align_h="left" text_color="#B9D1E5"/>
  19. <disable text_color="#44444466"/>
  20. </style>
  21. <style name="update_text">
  22. <normal font_size="30" text_align_h="right" text_color="#B9D1E5"/>
  23. <disable text_color="#44444466"/>
  24. </style>
  25. <style name="weather_temp">
  26. <normal font_size="100" text_align_h="left" text_color="#FFFFFF"/>
  27. <disable text_color="#44444466"/>
  28. </style>
  29. <style name="weather_top">
  30. <normal bg_image="ico_weather_top" font_size="50" text_align_v="middle" text_color="#FFFFFF"/>
  31. <disable text_color="#44444466"/>
  32. </style>
  33. <style name="weather_white">
  34. <normal font_size="40" text_color="#FFFFFF"/>
  35. <disable text_color="#44444466"/>
  36. </style>
  37. <style name="weather_white_l">
  38. <normal font_size="35" text_align_h="left" text_color="#FFFFFF"/>
  39. </style>
  40. <style name="weather_white_r">
  41. <normal font_size="35" text_align_h="right" text_color="#ACFEF7"/>
  42. <disable text_color="#44444466"/>
  43. </style>
  44. </label>
  45. <progress_circle>
  46. <style name="circle">
  47. <normal fg_color="#042745" text_color="#00000000"/>
  48. <disable fg_color="#338FFF66" text_color="#44444466"/>
  49. </style>
  50. </progress_circle>
  51. <slide_indicator_arc>
  52. <style name="default">
  53. <normal fg_color="#51697C" selected_fg_color="#00FFEF"/>
  54. </style>
  55. </slide_indicator_arc>
  56. <view>
  57. <style name="weather_bottom">
  58. <normal bg_image="ico_weather_bottom"/>
  59. </style>
  60. </view>
  61. <window>
  62. <style name="weather">
  63. <normal bg_color="#0AA2EB" border="none" border_color="#C2C2C2"/>
  64. </style>
  65. </window>