values.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <color name="notification_action_color_filter">#ffffffff</color>
  4. <color name="notification_icon_bg_color">#ff9e9e9e</color>
  5. <color name="ripple_material_light">#1f000000</color>
  6. <color name="secondary_text_default_material_light">#8a000000</color>
  7. <dimen name="compat_button_inset_horizontal_material">4dp</dimen>
  8. <dimen name="compat_button_inset_vertical_material">6dp</dimen>
  9. <dimen name="compat_button_padding_horizontal_material">8dp</dimen>
  10. <dimen name="compat_button_padding_vertical_material">4dp</dimen>
  11. <dimen name="compat_control_corner_material">2dp</dimen>
  12. <dimen name="compat_notification_large_icon_max_height">320dp</dimen>
  13. <dimen name="compat_notification_large_icon_max_width">320dp</dimen>
  14. <dimen name="notification_action_icon_size">32dp</dimen>
  15. <dimen name="notification_action_text_size">13sp</dimen>
  16. <dimen name="notification_big_circle_margin">12dp</dimen>
  17. <dimen name="notification_content_margin_start">8dp</dimen>
  18. <dimen name="notification_large_icon_height">64dp</dimen>
  19. <dimen name="notification_large_icon_width">64dp</dimen>
  20. <dimen name="notification_main_column_padding_top">10dp</dimen>
  21. <dimen name="notification_media_narrow_margin">@dimen/notification_content_margin_start</dimen>
  22. <dimen name="notification_right_icon_size">16dp</dimen>
  23. <dimen name="notification_right_side_padding_top">2dp</dimen>
  24. <dimen name="notification_small_icon_background_padding">3dp</dimen>
  25. <dimen name="notification_small_icon_size_as_large">24dp</dimen>
  26. <dimen name="notification_subtext_size">13sp</dimen>
  27. <dimen name="notification_top_pad">10dp</dimen>
  28. <dimen name="notification_top_pad_large_text">5dp</dimen>
  29. <drawable name="notification_template_icon_bg">#3333B5E5</drawable>
  30. <drawable name="notification_template_icon_low_bg">#0cffffff</drawable>
  31. <item name="accessibility_action_clickable_span" type="id"/>
  32. <item name="accessibility_custom_action_0" type="id"/>
  33. <item name="accessibility_custom_action_1" type="id"/>
  34. <item name="accessibility_custom_action_10" type="id"/>
  35. <item name="accessibility_custom_action_11" type="id"/>
  36. <item name="accessibility_custom_action_12" type="id"/>
  37. <item name="accessibility_custom_action_13" type="id"/>
  38. <item name="accessibility_custom_action_14" type="id"/>
  39. <item name="accessibility_custom_action_15" type="id"/>
  40. <item name="accessibility_custom_action_16" type="id"/>
  41. <item name="accessibility_custom_action_17" type="id"/>
  42. <item name="accessibility_custom_action_18" type="id"/>
  43. <item name="accessibility_custom_action_19" type="id"/>
  44. <item name="accessibility_custom_action_2" type="id"/>
  45. <item name="accessibility_custom_action_20" type="id"/>
  46. <item name="accessibility_custom_action_21" type="id"/>
  47. <item name="accessibility_custom_action_22" type="id"/>
  48. <item name="accessibility_custom_action_23" type="id"/>
  49. <item name="accessibility_custom_action_24" type="id"/>
  50. <item name="accessibility_custom_action_25" type="id"/>
  51. <item name="accessibility_custom_action_26" type="id"/>
  52. <item name="accessibility_custom_action_27" type="id"/>
  53. <item name="accessibility_custom_action_28" type="id"/>
  54. <item name="accessibility_custom_action_29" type="id"/>
  55. <item name="accessibility_custom_action_3" type="id"/>
  56. <item name="accessibility_custom_action_30" type="id"/>
  57. <item name="accessibility_custom_action_31" type="id"/>
  58. <item name="accessibility_custom_action_4" type="id"/>
  59. <item name="accessibility_custom_action_5" type="id"/>
  60. <item name="accessibility_custom_action_6" type="id"/>
  61. <item name="accessibility_custom_action_7" type="id"/>
  62. <item name="accessibility_custom_action_8" type="id"/>
  63. <item name="accessibility_custom_action_9" type="id"/>
  64. <item name="line1" type="id"/>
  65. <item name="line3" type="id"/>
  66. <item name="tag_accessibility_actions" type="id"/>
  67. <item name="tag_accessibility_clickable_spans" type="id"/>
  68. <item name="tag_accessibility_heading" type="id"/>
  69. <item name="tag_accessibility_pane_title" type="id"/>
  70. <item name="tag_screen_reader_focusable" type="id"/>
  71. <item name="tag_transition_group" type="id"/>
  72. <item name="tag_unhandled_key_event_manager" type="id"/>
  73. <item name="tag_unhandled_key_listeners" type="id"/>
  74. <item name="text" type="id"/>
  75. <item name="text2" type="id"/>
  76. <item name="title" type="id"/>
  77. <integer name="status_bar_notification_info_maxnum">999</integer>
  78. <string name="status_bar_notification_info_overflow">999+</string>
  79. <style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
  80. <!-- Show a splash screen on the activity. Automatically removed when
  81. Flutter draws its first frame -->
  82. <item name="android:windowBackground">@drawable/launch_background</item>
  83. </style>
  84. <style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
  85. <item name="android:windowBackground">@android:color/white</item>
  86. </style>
  87. <style name="TextAppearance.Compat.Notification" parent="@android:style/TextAppearance.StatusBar.EventContent"/>
  88. <style name="TextAppearance.Compat.Notification.Info">
  89. <item name="android:textSize">12sp</item>
  90. <item name="android:textColor">?android:attr/textColorSecondary</item>
  91. </style>
  92. <style name="TextAppearance.Compat.Notification.Line2" parent="TextAppearance.Compat.Notification.Info"/>
  93. <style name="TextAppearance.Compat.Notification.Time">
  94. <item name="android:textSize">12sp</item>
  95. <item name="android:textColor">?android:attr/textColorSecondary</item>
  96. </style>
  97. <style name="TextAppearance.Compat.Notification.Title" parent="@android:style/TextAppearance.StatusBar.EventContent.Title"/>
  98. <style name="Widget.Compat.NotificationActionContainer" parent=""/>
  99. <style name="Widget.Compat.NotificationActionText" parent=""/>
  100. <declare-styleable name="ColorStateListItem">
  101. <!-- Base color for this state. -->
  102. <attr name="android:color"/>
  103. <!-- Alpha multiplier applied to the base color. -->
  104. <attr format="float" name="alpha"/>
  105. <attr name="android:alpha"/>
  106. </declare-styleable>
  107. <declare-styleable name="FontFamily">
  108. <!-- The authority of the Font Provider to be used for the request. -->
  109. <attr format="string" name="fontProviderAuthority"/>
  110. <!-- The package for the Font Provider to be used for the request. This is used to verify
  111. the identity of the provider. -->
  112. <attr format="string" name="fontProviderPackage"/>
  113. <!-- The query to be sent over to the provider. Refer to your font provider's documentation
  114. on the format of this string. -->
  115. <attr format="string" name="fontProviderQuery"/>
  116. <!-- The sets of hashes for the certificates the provider should be signed with. This is
  117. used to verify the identity of the provider, and is only required if the provider is not
  118. part of the system image. This value may point to one list or a list of lists, where each
  119. individual list represents one collection of signature hashes. Refer to your font provider's
  120. documentation for these values. -->
  121. <attr format="reference" name="fontProviderCerts"/>
  122. <!-- The strategy to be used when fetching font data from a font provider in XML layouts.
  123. This attribute is ignored when the resource is loaded from code, as it is equivalent to the
  124. choice of API between {@link
  125. androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
  126. {@link
  127. androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
  128. (async). -->
  129. <attr name="fontProviderFetchStrategy">
  130. <!-- The blocking font fetch works as follows.
  131. First, check the local cache, then if the requested font is not cached, request the
  132. font from the provider and wait until it is finished. You can change the length of
  133. the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the
  134. default typeface will be used instead. -->
  135. <enum name="blocking" value="0"/>
  136. <!-- The async font fetch works as follows.
  137. First, check the local cache, then if the requeted font is not cached, trigger a
  138. request the font and continue with layout inflation. Once the font fetch succeeds, the
  139. target text view will be refreshed with the downloaded font data. The
  140. fontProviderFetchTimeout will be ignored if async loading is specified. -->
  141. <enum name="async" value="1"/>
  142. </attr>
  143. <!-- The length of the timeout during fetching. -->
  144. <attr format="integer" name="fontProviderFetchTimeout">
  145. <!-- A special value for the timeout. In this case, the blocking font fetching will not
  146. timeout and wait until a reply is received from the font provider. -->
  147. <enum name="forever" value="-1"/>
  148. </attr>
  149. </declare-styleable>
  150. <declare-styleable name="FontFamilyFont">
  151. <!-- The style of the given font file. This will be used when the font is being loaded into
  152. the font stack and will override any style information in the font's header tables. If
  153. unspecified, the value in the font's header tables will be used. -->
  154. <attr name="fontStyle">
  155. <enum name="normal" value="0"/>
  156. <enum name="italic" value="1"/>
  157. </attr>
  158. <!-- The reference to the font file to be used. This should be a file in the res/font folder
  159. and should therefore have an R reference value. E.g. @font/myfont -->
  160. <attr format="reference" name="font"/>
  161. <!-- The weight of the given font file. This will be used when the font is being loaded into
  162. the font stack and will override any weight information in the font's header tables. Must
  163. be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most
  164. common values are 400 for regular weight and 700 for bold weight. If unspecified, the value
  165. in the font's header tables will be used. -->
  166. <attr format="integer" name="fontWeight"/>
  167. <!-- The variation settings to be applied to the font. The string should be in the following
  168. format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be
  169. used, or the font used does not support variation settings, this attribute needs not be
  170. specified. -->
  171. <attr format="string" name="fontVariationSettings"/>
  172. <!-- The index of the font in the tcc font file. If the font file referenced is not in the
  173. tcc format, this attribute needs not be specified. -->
  174. <attr format="integer" name="ttcIndex"/>
  175. <!-- References to the framework attrs -->
  176. <attr name="android:fontStyle"/>
  177. <attr name="android:font"/>
  178. <attr name="android:fontWeight"/>
  179. <attr name="android:fontVariationSettings"/>
  180. <attr name="android:ttcIndex"/>
  181. </declare-styleable>
  182. <declare-styleable name="GradientColor">
  183. <!-- Start color of the gradient. -->
  184. <attr name="android:startColor"/>
  185. <!-- Optional center color. -->
  186. <attr name="android:centerColor"/>
  187. <!-- End color of the gradient. -->
  188. <attr name="android:endColor"/>
  189. <!-- Type of gradient. The default type is linear. -->
  190. <attr name="android:type"/>
  191. <!-- Only applied to RadialGradient-->
  192. <!-- Radius of the gradient, used only with radial gradient. -->
  193. <attr name="android:gradientRadius"/>
  194. <!-- Only applied to SweepGradient / RadialGradient-->
  195. <!-- X coordinate of the center of the gradient within the path. -->
  196. <attr name="android:centerX"/>
  197. <!-- Y coordinate of the center of the gradient within the path. -->
  198. <attr name="android:centerY"/>
  199. <!-- LinearGradient specific -->
  200. <!-- X coordinate of the start point origin of the gradient.
  201. Defined in same coordinates as the path itself -->
  202. <attr name="android:startX"/>
  203. <!-- Y coordinate of the start point of the gradient within the shape.
  204. Defined in same coordinates as the path itself -->
  205. <attr name="android:startY"/>
  206. <!-- X coordinate of the end point origin of the gradient.
  207. Defined in same coordinates as the path itself -->
  208. <attr name="android:endX"/>
  209. <!-- Y coordinate of the end point of the gradient within the shape.
  210. Defined in same coordinates as the path itself -->
  211. <attr name="android:endY"/>
  212. <!-- Defines the tile mode of the gradient. SweepGradient doesn't support tiling. -->
  213. <attr name="android:tileMode"/>
  214. </declare-styleable>
  215. <declare-styleable name="GradientColorItem">
  216. <!-- The offset (or ratio) of this current color item inside the gradient.
  217. The value is only meaningful when it is between 0 and 1. -->
  218. <attr name="android:offset"/>
  219. <!-- The current color for the offset inside the gradient. -->
  220. <attr name="android:color"/>
  221. </declare-styleable>
  222. </resources>