com.lenovo.lsf.styles.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources xmlns:android="http://schemas.android.com/apk/res/android">
  3. <style name="com_lenovo_lsf_dialogactivitytheme" parent="android:Theme.Light">
  4. <item name="android:windowBackground">@color/com_lenovo_lsf_transparent</item>
  5. <item name="android:windowNoTitle">true</item>
  6. <item name="android:windowIsTranslucent">true</item>
  7. <item name="android:windowAnimationStyle">@android:style/Animation.Translucent</item>
  8. </style>
  9. <style name="com_lenovo_lsf_uititlebackground">
  10. <item name="android:background">#ffffff</item>
  11. </style>
  12. <style name="com_lenovo_lsf_ui" parent="android:Theme.Light">
  13. <item name="android:windowTitleSize">41dp</item>
  14. <item name="android:windowFullscreen">false</item>
  15. <item name="android:windowBackground">@color/com_lenovo_lsf_appcolor</item>
  16. <item name="android:windowTitleBackgroundStyle">@style/com_lenovo_lsf_uititlebackground</item>
  17. <item name="android:windowNoTitle">true</item>
  18. </style>
  19. <style name="com_lenovo_lsf_Translucent_Title_Dialog" parent="android:style/Theme.Dialog">
  20. <item name="android:windowNoTitle">true</item>
  21. <item name="android:background">#00000000</item>
  22. <item name="android:windowBackground">@android:color/transparent</item>
  23. <item name="android:colorBackgroundCacheHint">@null</item>
  24. <item name="android:windowIsTranslucent">true</item>
  25. </style>
  26. <style name="com_lenovo_lsf_Translucent_NoTitle_Dialog" parent="android:style/Theme.Dialog">
  27. <item name="android:windowNoTitle">true</item>
  28. <item name="android:background">#00000000</item>
  29. <item name="android:windowBackground">@android:color/transparent</item>
  30. <item name="android:colorBackgroundCacheHint">@null</item>
  31. <item name="android:windowIsTranslucent">true</item>
  32. </style>
  33. <style name="com_lenovo_lsf_ui.no_title">
  34. <item name="android:windowNoTitle">true</item>
  35. </style>
  36. <style name="com_lenovo_lsf_layout_location">
  37. <item name="android:paddingLeft">18dp</item>
  38. <item name="android:paddingRight">18dp</item>
  39. <item name="android:paddingTop">10dp</item>
  40. </style>
  41. <style name="com_lenovo_lsf_layout_loc">
  42. <item name="android:layout_marginLeft">18dp</item>
  43. <item name="android:layout_marginRight">18dp</item>
  44. <item name="android:layout_width">fill_parent</item>
  45. <item name="android:layout_height">wrap_content</item>
  46. <item name="android:orientation">vertical</item>
  47. </style>
  48. <style name="com_lenovo_lsf_text_size_large">
  49. <item name="android:textSize">30sp</item>
  50. </style>
  51. <style name="com_lenovo_lsf_text_size_middle">
  52. <item name="android:textSize">16sp</item>
  53. </style>
  54. <style name="com_lenovo_lsf_text_size_small">
  55. <item name="android:textSize">15sp</item>
  56. </style>
  57. <style name="com_lenovo_lsf_button_style">
  58. <item name="android:layout_width">wrap_content</item>
  59. <item name="android:layout_height">wrap_content</item>
  60. <item name="android:layout_marginTop">10dp</item>
  61. <item name="android:textSize">20sp</item>
  62. <item name="android:textColor">#666666</item>
  63. <item name="android:background">@drawable/com_lenovo_lsf_find_pwd</item>
  64. </style>
  65. <style name="com_lenovo_lsf_input_text">
  66. <item name="android:layout_width">wrap_content</item>
  67. <item name="android:layout_height">wrap_content</item>
  68. <item name="android:layout_centerVertical">true</item>
  69. <item name="android:layout_marginLeft">7dp</item>
  70. <item name="android:textSize">16sp</item>
  71. </style>
  72. <style name="com_lenovo_lsf_head_text">
  73. <item name="android:layout_width">wrap_content</item>
  74. <item name="android:layout_height">wrap_content</item>
  75. <item name="android:textColor">#2e2e2e</item>
  76. <item name="android:textSize">24sp</item>
  77. </style>
  78. <style name="com_lenovo_lsf_detail_text">
  79. <item name="android:layout_width">wrap_content</item>
  80. <item name="android:layout_height">wrap_content</item>
  81. <item name="android:textSize">15sp</item>
  82. </style>
  83. <style name="com_lenovo_lsf_myaccount_relative">
  84. <item name="android:layout_width">fill_parent</item>
  85. <item name="android:layout_height">wrap_content</item>
  86. <item name="android:paddingTop">10dp</item>
  87. <item name="android:gravity">bottom</item>
  88. </style>
  89. <style name="com_lenovo_lsf_text_middle">
  90. <item name="android:layout_width">wrap_content</item>
  91. <item name="android:layout_height">wrap_content</item>
  92. <item name="android:textSize">15sp</item>
  93. </style>
  94. <style name="com_lenovo_lsf_text_small">
  95. <item name="android:layout_width">wrap_content</item>
  96. <item name="android:layout_height">wrap_content</item>
  97. <item name="android:textSize">15sp</item>
  98. </style>
  99. <style name="com_lenovo_lsf_text_large">
  100. <item name="android:layout_width">wrap_content</item>
  101. <item name="android:layout_height">wrap_content</item>
  102. <item name="android:textSize">30sp</item>
  103. </style>
  104. <style name="com_lenovo_lsf_button_small_style">
  105. <item name="android:layout_width">90dp</item>
  106. <item name="android:layout_height">35dp</item>
  107. <item name="android:textSize">15sp</item>
  108. <item name="android:background">@drawable/com_lenovo_lsf_find_pwd</item>
  109. </style>
  110. <style name="com_lenovo_lsf_bottom">
  111. <item name="android:layout_width">fill_parent</item>
  112. <item name="android:layout_height">wrap_content</item>
  113. <item name="android:orientation">vertical</item>
  114. <item name="android:gravity">center_horizontal|bottom</item>
  115. <item name="android:layout_marginBottom">15dp</item>
  116. </style>
  117. <style name="com_lenovo_lsf_spinner">
  118. <item name="android:layout_width">wrap_content</item>
  119. <item name="android:layout_height">wrap_content</item>
  120. <item name="android:textSize">15sp</item>
  121. </style>
  122. <style name="setting_item_major_text">
  123. <item name="android:layout_width">wrap_content</item>
  124. <item name="android:layout_height">wrap_content</item>
  125. <item name="android:textColor">@color/color_text_gray</item>
  126. <item name="android:textSize">@dimen/middle_text_size</item>
  127. <item name="android:layout_alignParentLeft">true</item>
  128. <item name="android:layout_centerVertical">true</item>
  129. </style>
  130. <style name="LenovoSDKDialog" parent="android:style/Theme.Dialog">
  131. <item name="android:windowNoTitle">true</item>
  132. <item name="android:windowBackground">@android:color/white</item>
  133. </style>
  134. <!-- by weizhenhua end -->
  135. <style name="login_autocomplete_drop" parent="@android:style/Widget.AutoCompleteTextView">
  136. <item name="android:focusable">true</item>
  137. <item name="android:popupBackground">@drawable/com_lenovo_lsf_autolist</item>
  138. <item name="android:dropDownVerticalOffset">3dp</item>
  139. </style>
  140. <style name="com_lenovo_lsf_text">
  141. <item name="android:textColor">#191919</item>
  142. <item name="android:textSize">16sp</item>
  143. </style>
  144. <style name="com_lenovo_lsf_text.white">
  145. <item name="android:textColor">#FFFFFFFF</item>
  146. </style>
  147. <style name="com_lenovo_lsf_text.hint">
  148. <item name="android:textColor">#A3A3A3</item>
  149. </style>
  150. <style name="com_lenovo_lsf_text.pre">
  151. <item name="android:textSize">14sp</item>
  152. <item name="android:textColor">#D1D1D1</item>
  153. </style>
  154. <style name="com_lenovo_lsf_text.edit">
  155. <item name="android:textSize">14sp</item>
  156. <item name="android:textColorHint">#D1D1D1</item>
  157. </style>
  158. <style name="com_lenovo_lsf_text.resend">
  159. <item name="android:textSize">14sp</item>
  160. </style>
  161. <style name="com_lenovo_lsf_text.tip">
  162. <item name="android:textColor">#757575</item>
  163. <item name="android:textSize">14sp</item>
  164. </style>
  165. <style name="com_lenovo_lsf_text.link">
  166. <item name="android:textSize">12sp</item>
  167. <item name="android:textColor">#191919</item>
  168. </style>
  169. <style name="com_lenovo_lsf_text.link.multiline">
  170. <item name="android:textColor">#474747</item>
  171. </style>
  172. <style name="com_lenovo_lsf_text.medium">
  173. <item name="android:textSize">18sp</item>
  174. </style>
  175. <style name="com_lenovo_lsf_text.error">
  176. <item name="android:textSize">10sp</item>
  177. <item name="android:textColor">#FF0000</item>
  178. </style>
  179. <style name="com_lenovo_lsf_edit">
  180. <item name="android:layout_height">@dimen/com_lenovo_lsf_content_edittext_height</item>
  181. </style>
  182. <style name="com_lenovo_lsf_button">
  183. <item name="android:layout_height">32dp</item>
  184. </style>
  185. <style name="com_lenovo_lsf_button.commit" parent="@style/com_lenovo_lsf_text">
  186. <item name="android:layout_width">fill_parent</item>
  187. <item name="android:layout_height">wrap_content</item>
  188. <item name="android:background">@drawable/com_lenovo_lsf_btn_register_selector</item>
  189. </style>
  190. <style name="com_lenovo_lsf_content">
  191. <item name="android:layout_width">fill_parent</item>
  192. <item name="android:layout_height">fill_parent</item>
  193. <item name="android:paddingLeft">@dimen/com_lenovo_lsf_content_padding_left_right</item>
  194. <item name="android:paddingRight">@dimen/com_lenovo_lsf_content_padding_left_right</item>
  195. <item name="android:background">?android:attr/windowBackground</item>
  196. <item name="android:paddingTop">@dimen/com_lenovo_lsf_content_margin_top</item>
  197. </style>
  198. <style name="com_lenovo_lsf_ui.dialog">
  199. <item name="android:windowIsFloating">true</item>
  200. </style>
  201. <style name="com_lenovo_lsf_divider_title">
  202. <item name="android:layout_width">fill_parent</item>
  203. <item name="android:layout_height">1px</item>
  204. <item name="android:background">#d1d1d1</item>
  205. </style>
  206. <style name="com_lenovo_lsf_divider_content">
  207. <item name="android:layout_width">fill_parent</item>
  208. <item name="android:layout_height">1px</item>
  209. <item name="android:background">#efefef</item>
  210. </style>
  211. <style name="CustomProgressDialog" parent="@android:style/Theme.Dialog">
  212. <item name="android:windowFrame">@null</item>
  213. <item name="android:windowNoTitle">true</item>
  214. <item name="android:windowIsTranslucent">true</item>
  215. <item name="android:windowBackground">@android:color/transparent</item>
  216. </style>
  217. <style name="com_lenovo_lsf_setting_item">
  218. <item name="android:layout_width">fill_parent</item>
  219. <item name="android:layout_height">52dp</item>
  220. <item name="android:paddingLeft">@dimen/com_lenovo_lsf_my_account_content_margin_left_right</item>
  221. <item name="android:paddingRight">@dimen/com_lenovo_lsf_my_account_content_margin_left_right</item>
  222. <item name="android:background">@drawable/com_lenovo_lsf_list_item_selector</item>
  223. </style>
  224. <style name="com_lenovo_lsf_setting_item_title">
  225. <item name="android:layout_width">wrap_content</item>
  226. <item name="android:layout_height">24dp</item>
  227. <item name="android:textColor">#757575</item>
  228. <item name="android:textSize">12sp</item>
  229. <item name="android:gravity">center_vertical</item>
  230. <item name="android:layout_marginLeft">16dp</item>
  231. <item name="android:layout_marginRight">16dp</item>
  232. </style>
  233. <style name="com_lenovo_lsf_setting_icon">
  234. <item name="android:layout_width">wrap_content</item>
  235. <item name="android:layout_height">wrap_content</item>
  236. <item name="android:id">@android:id/icon</item>
  237. </style>
  238. <style name="com_lenovo_lsf_setting_title">
  239. <item name="android:layout_width">wrap_content</item>
  240. <item name="android:layout_height">wrap_content</item>
  241. <item name="android:id">@android:id/title</item>
  242. <item name="android:textAppearance">@style/com_lenovo_lsf_text</item>
  243. </style>
  244. <style name="com_lenovo_lsf_setting_titlegroup">
  245. <item name="android:layout_width">0dp</item>
  246. <item name="android:layout_height">fill_parent</item>
  247. <item name="android:layout_weight">1</item>
  248. </style>
  249. <style name="com_lenovo_lsf_setting_summary">
  250. <item name="android:layout_width">wrap_content</item>
  251. <item name="android:layout_height">wrap_content</item>
  252. <item name="android:id">@android:id/summary</item>
  253. <item name="android:textAppearance">@style/com_lenovo_lsf_text.link.multiline</item>
  254. </style>
  255. <style name="com_lenovo_lsf_setting_hint">
  256. <item name="android:layout_width">wrap_content</item>
  257. <item name="android:layout_height">wrap_content</item>
  258. <item name="android:id">@android:id/hint</item>
  259. <item name="android:textAppearance">@style/com_lenovo_lsf_text.hint</item>
  260. </style>
  261. <style name="com_lenovo_lsf_regist_editext_hint_style">
  262. <item name="android:textColorHint">#d1d1d1</item>
  263. <item name="android:textSize">14sp</item>
  264. </style>
  265. <style name="MaxTextDeepStyle">
  266. <item name="android:textSize">10dp</item>
  267. <item name="android:textColor">#333333</item>
  268. </style>
  269. </resources>