123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313 |
- <?xml version="1.0" encoding="utf-8"?>
- <resources>
- <attr format="reference" name="coordinatorLayoutStyle"/>
- <color name="notification_action_color_filter">#ffffffff</color>
- <color name="notification_icon_bg_color">#ff9e9e9e</color>
- <color name="notification_material_background_media_default_color">#ff424242</color>
- <color name="primary_text_default_material_dark">#ffffffff</color>
- <color name="ripple_material_light">#1f000000</color>
- <color name="secondary_text_default_material_dark">#b3ffffff</color>
- <color name="secondary_text_default_material_light">#8a000000</color>
- <dimen name="compat_button_inset_horizontal_material">4dp</dimen>
- <dimen name="compat_button_inset_vertical_material">6dp</dimen>
- <dimen name="compat_button_padding_horizontal_material">8dp</dimen>
- <dimen name="compat_button_padding_vertical_material">4dp</dimen>
- <dimen name="compat_control_corner_material">2dp</dimen>
- <dimen name="compat_notification_large_icon_max_height">320dp</dimen>
- <dimen name="compat_notification_large_icon_max_width">320dp</dimen>
- <dimen name="notification_action_icon_size">32dp</dimen>
- <dimen name="notification_action_text_size">13sp</dimen>
- <dimen name="notification_big_circle_margin">12dp</dimen>
- <dimen name="notification_content_margin_start">8dp</dimen>
- <dimen name="notification_large_icon_height">64dp</dimen>
- <dimen name="notification_large_icon_width">64dp</dimen>
- <dimen name="notification_main_column_padding_top">10dp</dimen>
- <dimen name="notification_media_narrow_margin">@dimen/notification_content_margin_start</dimen>
- <dimen name="notification_right_icon_size">16dp</dimen>
- <dimen name="notification_right_side_padding_top">2dp</dimen>
- <dimen name="notification_small_icon_background_padding">3dp</dimen>
- <dimen name="notification_small_icon_size_as_large">24dp</dimen>
- <dimen name="notification_subtext_size">13sp</dimen>
- <dimen name="notification_top_pad">10dp</dimen>
- <dimen name="notification_top_pad_large_text">5dp</dimen>
- <dimen name="subtitle_corner_radius">2dp</dimen>
- <dimen name="subtitle_outline_width">2dp</dimen>
- <dimen name="subtitle_shadow_offset">2dp</dimen>
- <dimen name="subtitle_shadow_radius">2dp</dimen>
- <drawable name="notification_template_icon_bg">#3333B5E5</drawable>
- <drawable name="notification_template_icon_low_bg">#0cffffff</drawable>
- <drawable name="transparent_background">#00000000</drawable>
- <item name="line1" type="id"/>
- <item name="line3" type="id"/>
- <item name="tag_transition_group" type="id"/>
- <item name="tag_unhandled_key_event_manager" type="id"/>
- <item name="tag_unhandled_key_listeners" type="id"/>
- <item name="text" type="id"/>
- <item name="text2" type="id"/>
- <item name="title" type="id"/>
- <integer name="cancel_button_image_alpha">127</integer>
- <integer name="status_bar_notification_info_maxnum">999</integer>
- <string name="app_name">WallPadHomeCtrl</string>
- <string name="status_bar_notification_info_overflow">999+</string>
- <style name="AppBaseTheme" parent="android:Theme.Light">
- <!--
- Theme customizations available in newer API levels can go in
- res/values-vXX/styles.xml, while customizations related to
- backward-compatibility can go here.
- -->
- </style>
- <style name="AppTheme" parent="AppBaseTheme">
- <!-- All customizations that are NOT specific to a particular API-level can go here. -->
- </style>
- <style name="TextAppearance.Compat.Notification" parent="@android:style/TextAppearance.StatusBar.EventContent"/>
- <style name="TextAppearance.Compat.Notification.Info">
- <item name="android:textSize">12sp</item>
- <item name="android:textColor">?android:attr/textColorSecondary</item>
- </style>
- <style name="TextAppearance.Compat.Notification.Info.Media"/>
- <style name="TextAppearance.Compat.Notification.Line2" parent="TextAppearance.Compat.Notification.Info"/>
- <style name="TextAppearance.Compat.Notification.Line2.Media" parent="TextAppearance.Compat.Notification.Info.Media"/>
- <style name="TextAppearance.Compat.Notification.Media"/>
- <style name="TextAppearance.Compat.Notification.Time">
- <item name="android:textSize">12sp</item>
- <item name="android:textColor">?android:attr/textColorSecondary</item>
- </style>
- <style name="TextAppearance.Compat.Notification.Time.Media"/>
- <style name="TextAppearance.Compat.Notification.Title" parent="@android:style/TextAppearance.StatusBar.EventContent.Title"/>
- <style name="TextAppearance.Compat.Notification.Title.Media"/>
- <style name="Theme.PopupActivity" parent="android:style/Theme.Dialog">
- <item name="android:windowBackground">@android:color/transparent</item>
- <item name="android:windowNoTitle">true</item>
- <item name="android:windowIsFloating">true</item>
- </style>
- <style name="Widget.Compat.NotificationActionContainer" parent=""/>
- <style name="Widget.Compat.NotificationActionText" parent=""/>
- <style name="Widget.Support.CoordinatorLayout" parent="android:Widget">
- <item name="statusBarBackground">#000000</item>
- </style>
- <declare-styleable name="ColorStateListItem">
- <!-- Base color for this state. -->
- <attr name="android:color"/>
- <!-- Alpha multiplier applied to the base color. -->
- <attr format="float" name="alpha"/>
- <attr name="android:alpha"/>
- </declare-styleable>
- <declare-styleable name="CoordinatorLayout">
- <!-- A reference to an array of integers representing the
- locations of horizontal keylines in dp from the starting edge.
- Child views can refer to these keylines for alignment using
- layout_keyline="index" where index is a 0-based index into
- this array. -->
- <attr format="reference" name="keylines"/>
- <!-- Drawable to display behind the status bar when the view is set to draw behind it. -->
- <attr format="color|reference" name="statusBarBackground"/>
- </declare-styleable>
- <declare-styleable name="CoordinatorLayout_Layout">
- <attr name="android:layout_gravity"/>
- <!-- The class name of a Behavior class defining special runtime behavior
- for this child view. -->
- <attr format="string" name="layout_behavior"/>
- <!-- The id of an anchor view that this view should position relative to. -->
- <attr format="reference" name="layout_anchor"/>
- <!-- The index of a keyline this view should position relative to.
- android:layout_gravity will affect how the view aligns to the
- specified keyline. -->
- <attr format="integer" name="layout_keyline"/>
- <!-- Specifies how an object should position relative to an anchor, on both the X and Y axes,
- within its parent's bounds. -->
- <attr name="layout_anchorGravity">
- <!-- Push object to the top of its container, not changing its size. -->
- <flag name="top" value="0x30"/>
- <!-- Push object to the bottom of its container, not changing its size. -->
- <flag name="bottom" value="0x50"/>
- <!-- Push object to the left of its container, not changing its size. -->
- <flag name="left" value="0x03"/>
- <!-- Push object to the right of its container, not changing its size. -->
- <flag name="right" value="0x05"/>
- <!-- Place object in the vertical center of its container, not changing its size. -->
- <flag name="center_vertical" value="0x10"/>
- <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
- <flag name="fill_vertical" value="0x70"/>
- <!-- Place object in the horizontal center of its container, not changing its size. -->
- <flag name="center_horizontal" value="0x01"/>
- <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
- <flag name="fill_horizontal" value="0x07"/>
- <!-- Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. -->
- <flag name="center" value="0x11"/>
- <!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. -->
- <flag name="fill" value="0x77"/>
- <!-- Additional option that can be set to have the top and/or bottom edges of
- the child clipped to its container's bounds.
- The clip will be based on the vertical gravity: a top gravity will clip the bottom
- edge, a bottom gravity will clip the top edge, and neither will clip both edges. -->
- <flag name="clip_vertical" value="0x80"/>
- <!-- Additional option that can be set to have the left and/or right edges of
- the child clipped to its container's bounds.
- The clip will be based on the horizontal gravity: a left gravity will clip the right
- edge, a right gravity will clip the left edge, and neither will clip both edges. -->
- <flag name="clip_horizontal" value="0x08"/>
- <!-- Push object to the beginning of its container, not changing its size. -->
- <flag name="start" value="0x00800003"/>
- <!-- Push object to the end of its container, not changing its size. -->
- <flag name="end" value="0x00800005"/>
- </attr>
- <!-- Specifies how this view insets the CoordinatorLayout and make some other views
- dodge it. -->
- <attr format="enum" name="layout_insetEdge">
- <!-- Don't inset. -->
- <enum name="none" value="0x0"/>
- <!-- Inset the top edge. -->
- <enum name="top" value="0x30"/>
- <!-- Inset the bottom edge. -->
- <enum name="bottom" value="0x50"/>
- <!-- Inset the left edge. -->
- <enum name="left" value="0x03"/>
- <!-- Inset the right edge. -->
- <enum name="right" value="0x05"/>
- <!-- Inset the start edge. -->
- <enum name="start" value="0x00800003"/>
- <!-- Inset the end edge. -->
- <enum name="end" value="0x00800005"/>
- </attr>
- <!-- Specifies how this view dodges the inset edges of the CoordinatorLayout. -->
- <attr name="layout_dodgeInsetEdges">
- <!-- Don't dodge any edges -->
- <flag name="none" value="0x0"/>
- <!-- Dodge the top inset edge. -->
- <flag name="top" value="0x30"/>
- <!-- Dodge the bottom inset edge. -->
- <flag name="bottom" value="0x50"/>
- <!-- Dodge the left inset edge. -->
- <flag name="left" value="0x03"/>
- <!-- Dodge the right inset edge. -->
- <flag name="right" value="0x05"/>
- <!-- Dodge the start inset edge. -->
- <flag name="start" value="0x00800003"/>
- <!-- Dodge the end inset edge. -->
- <flag name="end" value="0x00800005"/>
- <!-- Dodge all the inset edges. -->
- <flag name="all" value="0x77"/>
- </attr>
- </declare-styleable>
- <declare-styleable name="FontFamily">
- <!-- The authority of the Font Provider to be used for the request. -->
- <attr format="string" name="fontProviderAuthority"/>
- <!-- The package for the Font Provider to be used for the request. This is used to verify
- the identity of the provider. -->
- <attr format="string" name="fontProviderPackage"/>
- <!-- The query to be sent over to the provider. Refer to your font provider's documentation
- on the format of this string. -->
- <attr format="string" name="fontProviderQuery"/>
- <!-- The sets of hashes for the certificates the provider should be signed with. This is
- used to verify the identity of the provider, and is only required if the provider is not
- part of the system image. This value may point to one list or a list of lists, where each
- individual list represents one collection of signature hashes. Refer to your font provider's
- documentation for these values. -->
- <attr format="reference" name="fontProviderCerts"/>
- <!-- The strategy to be used when fetching font data from a font provider in XML layouts.
- This attribute is ignored when the resource is loaded from code, as it is equivalent to the
- choice of API between {@link
- androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
- {@link
- androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
- (async). -->
- <attr name="fontProviderFetchStrategy">
- <!-- The blocking font fetch works as follows.
- First, check the local cache, then if the requested font is not cached, request the
- font from the provider and wait until it is finished. You can change the length of
- the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the
- default typeface will be used instead. -->
- <enum name="blocking" value="0"/>
- <!-- The async font fetch works as follows.
- First, check the local cache, then if the requeted font is not cached, trigger a
- request the font and continue with layout inflation. Once the font fetch succeeds, the
- target text view will be refreshed with the downloaded font data. The
- fontProviderFetchTimeout will be ignored if async loading is specified. -->
- <enum name="async" value="1"/>
- </attr>
- <!-- The length of the timeout during fetching. -->
- <attr format="integer" name="fontProviderFetchTimeout">
- <!-- A special value for the timeout. In this case, the blocking font fetching will not
- timeout and wait until a reply is received from the font provider. -->
- <enum name="forever" value="-1"/>
- </attr>
- </declare-styleable>
- <declare-styleable name="FontFamilyFont">
- <!-- The style of the given font file. This will be used when the font is being loaded into
- the font stack and will override any style information in the font's header tables. If
- unspecified, the value in the font's header tables will be used. -->
- <attr name="fontStyle">
- <enum name="normal" value="0"/>
- <enum name="italic" value="1"/>
- </attr>
- <!-- The reference to the font file to be used. This should be a file in the res/font folder
- and should therefore have an R reference value. E.g. @font/myfont -->
- <attr format="reference" name="font"/>
- <!-- The weight of the given font file. This will be used when the font is being loaded into
- the font stack and will override any weight information in the font's header tables. Must
- be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most
- common values are 400 for regular weight and 700 for bold weight. If unspecified, the value
- in the font's header tables will be used. -->
- <attr format="integer" name="fontWeight"/>
- <!-- The variation settings to be applied to the font. The string should be in the following
- format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be
- used, or the font used does not support variation settings, this attribute needs not be
- specified. -->
- <attr format="string" name="fontVariationSettings"/>
- <!-- The index of the font in the tcc font file. If the font file referenced is not in the
- tcc format, this attribute needs not be specified. -->
- <attr format="integer" name="ttcIndex"/>
- <!-- References to the framework attrs -->
- <attr name="android:fontStyle"/>
- <attr name="android:font"/>
- <attr name="android:fontWeight"/>
- <attr name="android:fontVariationSettings"/>
- <attr name="android:ttcIndex"/>
- </declare-styleable>
- <declare-styleable name="GradientColor">
- <!-- Start color of the gradient. -->
- <attr name="android:startColor"/>
- <!-- Optional center color. -->
- <attr name="android:centerColor"/>
- <!-- End color of the gradient. -->
- <attr name="android:endColor"/>
- <!-- Type of gradient. The default type is linear. -->
- <attr name="android:type"/>
- <!-- Only applied to RadialGradient-->
- <!-- Radius of the gradient, used only with radial gradient. -->
- <attr name="android:gradientRadius"/>
- <!-- Only applied to SweepGradient / RadialGradient-->
- <!-- X coordinate of the center of the gradient within the path. -->
- <attr name="android:centerX"/>
- <!-- Y coordinate of the center of the gradient within the path. -->
- <attr name="android:centerY"/>
- <!-- LinearGradient specific -->
- <!-- X coordinate of the start point origin of the gradient.
- Defined in same coordinates as the path itself -->
- <attr name="android:startX"/>
- <!-- Y coordinate of the start point of the gradient within the shape.
- Defined in same coordinates as the path itself -->
- <attr name="android:startY"/>
- <!-- X coordinate of the end point origin of the gradient.
- Defined in same coordinates as the path itself -->
- <attr name="android:endX"/>
- <!-- Y coordinate of the end point of the gradient within the shape.
- Defined in same coordinates as the path itself -->
- <attr name="android:endY"/>
- <!-- Defines the tile mode of the gradient. SweepGradient doesn't support tiling. -->
- <attr name="android:tileMode"/>
- </declare-styleable>
- <declare-styleable name="GradientColorItem">
- <!-- The offset (or ratio) of this current color item inside the gradient.
- The value is only meaningful when it is between 0 and 1. -->
- <attr name="android:offset"/>
- <!-- The current color for the offset inside the gradient. -->
- <attr name="android:color"/>
- </declare-styleable>
- </resources>
|