values.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <attr format="reference" name="coordinatorLayoutStyle"/>
  4. <color name="black">#000000</color>
  5. <color name="dark_gray">#343434</color>
  6. <color name="gray">#646464</color>
  7. <color name="notification_action_color_filter">#ffffffff</color>
  8. <color name="notification_icon_bg_color">#ff9e9e9e</color>
  9. <color name="notification_material_background_media_default_color">#ff424242</color>
  10. <color name="orange">#ffff7d00</color>
  11. <color name="primary_text_default_material_dark">#ffffffff</color>
  12. <color name="ripple_material_light">#1f000000</color>
  13. <color name="secondary_text_default_material_dark">#b3ffffff</color>
  14. <color name="secondary_text_default_material_light">#8a000000</color>
  15. <color name="white">#ffffff</color>
  16. <dimen name="compat_button_inset_horizontal_material">4dp</dimen>
  17. <dimen name="compat_button_inset_vertical_material">6dp</dimen>
  18. <dimen name="compat_button_padding_horizontal_material">8dp</dimen>
  19. <dimen name="compat_button_padding_vertical_material">4dp</dimen>
  20. <dimen name="compat_control_corner_material">2dp</dimen>
  21. <dimen name="compat_notification_large_icon_max_height">320dp</dimen>
  22. <dimen name="compat_notification_large_icon_max_width">320dp</dimen>
  23. <dimen name="notification_action_icon_size">32dp</dimen>
  24. <dimen name="notification_action_text_size">13sp</dimen>
  25. <dimen name="notification_big_circle_margin">12dp</dimen>
  26. <dimen name="notification_content_margin_start">8dp</dimen>
  27. <dimen name="notification_large_icon_height">64dp</dimen>
  28. <dimen name="notification_large_icon_width">64dp</dimen>
  29. <dimen name="notification_main_column_padding_top">10dp</dimen>
  30. <dimen name="notification_media_narrow_margin">@dimen/notification_content_margin_start</dimen>
  31. <dimen name="notification_right_icon_size">16dp</dimen>
  32. <dimen name="notification_right_side_padding_top">2dp</dimen>
  33. <dimen name="notification_small_icon_background_padding">3dp</dimen>
  34. <dimen name="notification_small_icon_size_as_large">24dp</dimen>
  35. <dimen name="notification_subtext_size">13sp</dimen>
  36. <dimen name="notification_top_pad">10dp</dimen>
  37. <dimen name="notification_top_pad_large_text">5dp</dimen>
  38. <dimen name="subtitle_corner_radius">2dp</dimen>
  39. <dimen name="subtitle_outline_width">2dp</dimen>
  40. <dimen name="subtitle_shadow_offset">2dp</dimen>
  41. <dimen name="subtitle_shadow_radius">2dp</dimen>
  42. <drawable name="notification_template_icon_bg">#3333B5E5</drawable>
  43. <drawable name="notification_template_icon_low_bg">#0cffffff</drawable>
  44. <drawable name="transparent_background">#00000000</drawable>
  45. <item name="line1" type="id"/>
  46. <item name="line3" type="id"/>
  47. <item name="tag_transition_group" type="id"/>
  48. <item name="tag_unhandled_key_event_manager" type="id"/>
  49. <item name="tag_unhandled_key_listeners" type="id"/>
  50. <item name="text" type="id"/>
  51. <item name="text2" type="id"/>
  52. <item name="title" type="id"/>
  53. <integer name="cancel_button_image_alpha">127</integer>
  54. <integer name="status_bar_notification_info_maxnum">999</integer>
  55. <string name="WIFI_CHECK">Wi-Fi를 확인해 주세요.</string>
  56. <string name="WIFI_CONFIRMING">Wi-Fi 상태를 확인중.</string>
  57. <string name="WIFI_CONNECTED">Wi-Fi에 연결되었습니다.</string>
  58. <string name="app_name">WallPadConfig</string>
  59. <string name="manual_reliefcall_preset">현관 및 로비 통화시 목소리 변조도를 설정할 수 있습니다.\n제어바를 조절하며 목소리 변조도를 확인할 수 있습니다.\n변조도는 1~10사이의 값으로 설정할 수 있으며 각각의 초기값은 1/4/7/10으로 설정되어 있습니다.</string>
  60. <string name="manual_reliefcall_preset_cancel">목소리 변조도 설정을\n취소하고자 할 때 누르세요.\n설정한 변조도는\n저장되지 않습니다.</string>
  61. <string name="manual_reliefcall_preset_ok">각 필터의 목소리 변조도를\n저장하고자 할 때 누르세요.</string>
  62. <string name="status_bar_notification_info_overflow">999+</string>
  63. <string name="wifi"><![CDATA[<font color=\'#ffffff\'>현재: </font><font color=\'#ff7d00\'>%1$s</font>]]></string>
  64. <style name="AppBaseTheme" parent="android:Theme.Light">
  65. <!--
  66. Theme customizations available in newer API levels can go in
  67. res/values-vXX/styles.xml, while customizations related to
  68. backward-compatibility can go here.
  69. -->
  70. </style>
  71. <style name="AppTheme" parent="AppBaseTheme">
  72. <!-- All customizations that are NOT specific to a particular API-level can go here. -->
  73. </style>
  74. <style name="TextAppearance.Compat.Notification" parent="@android:style/TextAppearance.StatusBar.EventContent"/>
  75. <style name="TextAppearance.Compat.Notification.Info">
  76. <item name="android:textSize">12sp</item>
  77. <item name="android:textColor">?android:attr/textColorSecondary</item>
  78. </style>
  79. <style name="TextAppearance.Compat.Notification.Info.Media"/>
  80. <style name="TextAppearance.Compat.Notification.Line2" parent="TextAppearance.Compat.Notification.Info"/>
  81. <style name="TextAppearance.Compat.Notification.Line2.Media" parent="TextAppearance.Compat.Notification.Info.Media"/>
  82. <style name="TextAppearance.Compat.Notification.Media"/>
  83. <style name="TextAppearance.Compat.Notification.Time">
  84. <item name="android:textSize">12sp</item>
  85. <item name="android:textColor">?android:attr/textColorSecondary</item>
  86. </style>
  87. <style name="TextAppearance.Compat.Notification.Time.Media"/>
  88. <style name="TextAppearance.Compat.Notification.Title" parent="@android:style/TextAppearance.StatusBar.EventContent.Title"/>
  89. <style name="TextAppearance.Compat.Notification.Title.Media"/>
  90. <style name="Theme.PopupActivity" parent="android:style/Theme.Dialog">
  91. <item name="android:windowBackground">@android:color/transparent</item>
  92. <item name="android:windowNoTitle">true</item>
  93. <item name="android:windowIsFloating">true</item>
  94. </style>
  95. <style name="Widget.Compat.NotificationActionContainer" parent=""/>
  96. <style name="Widget.Compat.NotificationActionText" parent=""/>
  97. <style name="Widget.Support.CoordinatorLayout" parent="android:Widget">
  98. <item name="statusBarBackground">#000000</item>
  99. </style>
  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="CoordinatorLayout">
  108. <!-- A reference to an array of integers representing the
  109. locations of horizontal keylines in dp from the starting edge.
  110. Child views can refer to these keylines for alignment using
  111. layout_keyline="index" where index is a 0-based index into
  112. this array. -->
  113. <attr format="reference" name="keylines"/>
  114. <!-- Drawable to display behind the status bar when the view is set to draw behind it. -->
  115. <attr format="color|reference" name="statusBarBackground"/>
  116. </declare-styleable>
  117. <declare-styleable name="CoordinatorLayout_Layout">
  118. <attr name="android:layout_gravity"/>
  119. <!-- The class name of a Behavior class defining special runtime behavior
  120. for this child view. -->
  121. <attr format="string" name="layout_behavior"/>
  122. <!-- The id of an anchor view that this view should position relative to. -->
  123. <attr format="reference" name="layout_anchor"/>
  124. <!-- The index of a keyline this view should position relative to.
  125. android:layout_gravity will affect how the view aligns to the
  126. specified keyline. -->
  127. <attr format="integer" name="layout_keyline"/>
  128. <!-- Specifies how an object should position relative to an anchor, on both the X and Y axes,
  129. within its parent's bounds. -->
  130. <attr name="layout_anchorGravity">
  131. <!-- Push object to the top of its container, not changing its size. -->
  132. <flag name="top" value="0x30"/>
  133. <!-- Push object to the bottom of its container, not changing its size. -->
  134. <flag name="bottom" value="0x50"/>
  135. <!-- Push object to the left of its container, not changing its size. -->
  136. <flag name="left" value="0x03"/>
  137. <!-- Push object to the right of its container, not changing its size. -->
  138. <flag name="right" value="0x05"/>
  139. <!-- Place object in the vertical center of its container, not changing its size. -->
  140. <flag name="center_vertical" value="0x10"/>
  141. <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
  142. <flag name="fill_vertical" value="0x70"/>
  143. <!-- Place object in the horizontal center of its container, not changing its size. -->
  144. <flag name="center_horizontal" value="0x01"/>
  145. <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
  146. <flag name="fill_horizontal" value="0x07"/>
  147. <!-- Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. -->
  148. <flag name="center" value="0x11"/>
  149. <!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. -->
  150. <flag name="fill" value="0x77"/>
  151. <!-- Additional option that can be set to have the top and/or bottom edges of
  152. the child clipped to its container's bounds.
  153. The clip will be based on the vertical gravity: a top gravity will clip the bottom
  154. edge, a bottom gravity will clip the top edge, and neither will clip both edges. -->
  155. <flag name="clip_vertical" value="0x80"/>
  156. <!-- Additional option that can be set to have the left and/or right edges of
  157. the child clipped to its container's bounds.
  158. The clip will be based on the horizontal gravity: a left gravity will clip the right
  159. edge, a right gravity will clip the left edge, and neither will clip both edges. -->
  160. <flag name="clip_horizontal" value="0x08"/>
  161. <!-- Push object to the beginning of its container, not changing its size. -->
  162. <flag name="start" value="0x00800003"/>
  163. <!-- Push object to the end of its container, not changing its size. -->
  164. <flag name="end" value="0x00800005"/>
  165. </attr>
  166. <!-- Specifies how this view insets the CoordinatorLayout and make some other views
  167. dodge it. -->
  168. <attr format="enum" name="layout_insetEdge">
  169. <!-- Don't inset. -->
  170. <enum name="none" value="0x0"/>
  171. <!-- Inset the top edge. -->
  172. <enum name="top" value="0x30"/>
  173. <!-- Inset the bottom edge. -->
  174. <enum name="bottom" value="0x50"/>
  175. <!-- Inset the left edge. -->
  176. <enum name="left" value="0x03"/>
  177. <!-- Inset the right edge. -->
  178. <enum name="right" value="0x05"/>
  179. <!-- Inset the start edge. -->
  180. <enum name="start" value="0x00800003"/>
  181. <!-- Inset the end edge. -->
  182. <enum name="end" value="0x00800005"/>
  183. </attr>
  184. <!-- Specifies how this view dodges the inset edges of the CoordinatorLayout. -->
  185. <attr name="layout_dodgeInsetEdges">
  186. <!-- Don't dodge any edges -->
  187. <flag name="none" value="0x0"/>
  188. <!-- Dodge the top inset edge. -->
  189. <flag name="top" value="0x30"/>
  190. <!-- Dodge the bottom inset edge. -->
  191. <flag name="bottom" value="0x50"/>
  192. <!-- Dodge the left inset edge. -->
  193. <flag name="left" value="0x03"/>
  194. <!-- Dodge the right inset edge. -->
  195. <flag name="right" value="0x05"/>
  196. <!-- Dodge the start inset edge. -->
  197. <flag name="start" value="0x00800003"/>
  198. <!-- Dodge the end inset edge. -->
  199. <flag name="end" value="0x00800005"/>
  200. <!-- Dodge all the inset edges. -->
  201. <flag name="all" value="0x77"/>
  202. </attr>
  203. </declare-styleable>
  204. <declare-styleable name="FontFamily">
  205. <!-- The authority of the Font Provider to be used for the request. -->
  206. <attr format="string" name="fontProviderAuthority"/>
  207. <!-- The package for the Font Provider to be used for the request. This is used to verify
  208. the identity of the provider. -->
  209. <attr format="string" name="fontProviderPackage"/>
  210. <!-- The query to be sent over to the provider. Refer to your font provider's documentation
  211. on the format of this string. -->
  212. <attr format="string" name="fontProviderQuery"/>
  213. <!-- The sets of hashes for the certificates the provider should be signed with. This is
  214. used to verify the identity of the provider, and is only required if the provider is not
  215. part of the system image. This value may point to one list or a list of lists, where each
  216. individual list represents one collection of signature hashes. Refer to your font provider's
  217. documentation for these values. -->
  218. <attr format="reference" name="fontProviderCerts"/>
  219. <!-- The strategy to be used when fetching font data from a font provider in XML layouts.
  220. This attribute is ignored when the resource is loaded from code, as it is equivalent to the
  221. choice of API between {@link
  222. androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
  223. {@link
  224. androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
  225. (async). -->
  226. <attr name="fontProviderFetchStrategy">
  227. <!-- The blocking font fetch works as follows.
  228. First, check the local cache, then if the requested font is not cached, request the
  229. font from the provider and wait until it is finished. You can change the length of
  230. the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the
  231. default typeface will be used instead. -->
  232. <enum name="blocking" value="0"/>
  233. <!-- The async font fetch works as follows.
  234. First, check the local cache, then if the requeted font is not cached, trigger a
  235. request the font and continue with layout inflation. Once the font fetch succeeds, the
  236. target text view will be refreshed with the downloaded font data. The
  237. fontProviderFetchTimeout will be ignored if async loading is specified. -->
  238. <enum name="async" value="1"/>
  239. </attr>
  240. <!-- The length of the timeout during fetching. -->
  241. <attr format="integer" name="fontProviderFetchTimeout">
  242. <!-- A special value for the timeout. In this case, the blocking font fetching will not
  243. timeout and wait until a reply is received from the font provider. -->
  244. <enum name="forever" value="-1"/>
  245. </attr>
  246. </declare-styleable>
  247. <declare-styleable name="FontFamilyFont">
  248. <!-- The style of the given font file. This will be used when the font is being loaded into
  249. the font stack and will override any style information in the font's header tables. If
  250. unspecified, the value in the font's header tables will be used. -->
  251. <attr name="fontStyle">
  252. <enum name="normal" value="0"/>
  253. <enum name="italic" value="1"/>
  254. </attr>
  255. <!-- The reference to the font file to be used. This should be a file in the res/font folder
  256. and should therefore have an R reference value. E.g. @font/myfont -->
  257. <attr format="reference" name="font"/>
  258. <!-- The weight of the given font file. This will be used when the font is being loaded into
  259. the font stack and will override any weight information in the font's header tables. Must
  260. be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most
  261. common values are 400 for regular weight and 700 for bold weight. If unspecified, the value
  262. in the font's header tables will be used. -->
  263. <attr format="integer" name="fontWeight"/>
  264. <!-- The variation settings to be applied to the font. The string should be in the following
  265. format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be
  266. used, or the font used does not support variation settings, this attribute needs not be
  267. specified. -->
  268. <attr format="string" name="fontVariationSettings"/>
  269. <!-- The index of the font in the tcc font file. If the font file referenced is not in the
  270. tcc format, this attribute needs not be specified. -->
  271. <attr format="integer" name="ttcIndex"/>
  272. <!-- References to the framework attrs -->
  273. <attr name="android:fontStyle"/>
  274. <attr name="android:font"/>
  275. <attr name="android:fontWeight"/>
  276. <attr name="android:fontVariationSettings"/>
  277. <attr name="android:ttcIndex"/>
  278. </declare-styleable>
  279. <declare-styleable name="GradientColor">
  280. <!-- Start color of the gradient. -->
  281. <attr name="android:startColor"/>
  282. <!-- Optional center color. -->
  283. <attr name="android:centerColor"/>
  284. <!-- End color of the gradient. -->
  285. <attr name="android:endColor"/>
  286. <!-- Type of gradient. The default type is linear. -->
  287. <attr name="android:type"/>
  288. <!-- Only applied to RadialGradient-->
  289. <!-- Radius of the gradient, used only with radial gradient. -->
  290. <attr name="android:gradientRadius"/>
  291. <!-- Only applied to SweepGradient / RadialGradient-->
  292. <!-- X coordinate of the center of the gradient within the path. -->
  293. <attr name="android:centerX"/>
  294. <!-- Y coordinate of the center of the gradient within the path. -->
  295. <attr name="android:centerY"/>
  296. <!-- LinearGradient specific -->
  297. <!-- X coordinate of the start point origin of the gradient.
  298. Defined in same coordinates as the path itself -->
  299. <attr name="android:startX"/>
  300. <!-- Y coordinate of the start point of the gradient within the shape.
  301. Defined in same coordinates as the path itself -->
  302. <attr name="android:startY"/>
  303. <!-- X coordinate of the end point origin of the gradient.
  304. Defined in same coordinates as the path itself -->
  305. <attr name="android:endX"/>
  306. <!-- Y coordinate of the end point of the gradient within the shape.
  307. Defined in same coordinates as the path itself -->
  308. <attr name="android:endY"/>
  309. <!-- Defines the tile mode of the gradient. SweepGradient doesn't support tiling. -->
  310. <attr name="android:tileMode"/>
  311. </declare-styleable>
  312. <declare-styleable name="GradientColorItem">
  313. <!-- The offset (or ratio) of this current color item inside the gradient.
  314. The value is only meaningful when it is between 0 and 1. -->
  315. <attr name="android:offset"/>
  316. <!-- The current color for the offset inside the gradient. -->
  317. <attr name="android:color"/>
  318. </declare-styleable>
  319. </resources>