2014-07-03 07:48:39 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
2014-07-03 09:58:09 +02:00
|
|
|
<declare-styleable name="Twidere">
|
2014-11-19 06:06:09 +01:00
|
|
|
<attr name="cardActionButtonStyle" format="reference"/>
|
2014-11-22 15:12:54 +01:00
|
|
|
<attr name="profileImageStyle" format="reference"/>
|
2014-11-21 04:00:46 +01:00
|
|
|
<attr name="profileImageStyleLarge" format="reference"/>
|
2014-11-22 15:12:54 +01:00
|
|
|
<attr name="menuIconColor" format="color"/>
|
2014-12-10 13:15:09 +01:00
|
|
|
<attr name="menuIconColorDisabled" format="color"/>
|
2014-11-22 15:12:54 +01:00
|
|
|
<attr name="menuIconColorActionBar" format="color"/>
|
2014-11-25 16:15:05 +01:00
|
|
|
<attr name="messageBubbleColor" format="color"/>
|
2014-11-14 05:16:46 +01:00
|
|
|
<attr name="cardItemBackgroundColor" format="color"/>
|
2015-08-31 17:32:26 +02:00
|
|
|
<attr name="quoteIndicatorBackgroundColor" format="color"/>
|
2014-11-14 05:16:46 +01:00
|
|
|
<attr name="linePageIndicatorStyle" format="reference"/>
|
2016-05-27 17:20:43 +02:00
|
|
|
<attr name="mediaLabelBackground" format="color"/>
|
2017-01-07 16:51:21 +01:00
|
|
|
|
|
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="TwidereTheme">
|
|
|
|
<attr name="darkThemeResource" format="reference"/>
|
|
|
|
<attr name="lightThemeResource" format="reference"/>
|
2014-07-03 09:58:09 +02:00
|
|
|
</declare-styleable>
|
2016-12-18 16:16:03 +01:00
|
|
|
|
2015-05-29 19:06:25 +02:00
|
|
|
<declare-styleable name="ColorLabelView">
|
2015-03-11 15:15:32 +01:00
|
|
|
<attr name="ignorePadding" format="boolean"/>
|
|
|
|
<attr name="backgroundColor" format="color"/>
|
|
|
|
</declare-styleable>
|
2015-04-15 20:40:28 +02:00
|
|
|
<declare-styleable name="ColorPickerPreferences">
|
|
|
|
<attr name="defaultColor" format="color"/>
|
|
|
|
<attr name="alphaSlider" format="boolean"/>
|
|
|
|
</declare-styleable>
|
2014-07-03 09:58:09 +02:00
|
|
|
<declare-styleable name="TabPagerIndicator">
|
2014-12-12 14:53:18 +01:00
|
|
|
<attr name="tabStripColor" format="color"/>
|
|
|
|
<attr name="tabIconColor" format="color"/>
|
2015-04-01 12:28:26 +02:00
|
|
|
<attr name="tabLabelColor" format="color"/>
|
2014-12-12 14:53:18 +01:00
|
|
|
<attr name="tabHorizontalPadding" format="dimension"/>
|
|
|
|
<attr name="tabVerticalPadding" format="dimension"/>
|
2014-12-13 16:14:47 +01:00
|
|
|
<attr name="tabDividerVerticalPadding" format="dimension"/>
|
|
|
|
<attr name="tabDividerHorizontalPadding" format="dimension"/>
|
2014-12-12 14:53:18 +01:00
|
|
|
<attr name="tabExpandEnabled" format="boolean"/>
|
2014-12-13 16:14:47 +01:00
|
|
|
<attr name="tabShowDivider" format="boolean"/>
|
2014-12-12 14:53:18 +01:00
|
|
|
<attr name="tabDisplayOption"/>
|
2014-07-03 09:58:09 +02:00
|
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="LinePageIndicator">
|
|
|
|
<!-- Whether or not the indicators should be centered. -->
|
2014-11-14 05:16:46 +01:00
|
|
|
<attr name="centered" format="boolean"/>
|
2014-07-03 09:58:09 +02:00
|
|
|
<!-- Color of the unselected lines that represent the pages. -->
|
2014-11-14 05:16:46 +01:00
|
|
|
<attr name="unselectedColor" format="color"/>
|
2014-07-03 09:58:09 +02:00
|
|
|
<!-- Color of the selected line that represents the current page. -->
|
2014-11-14 05:16:46 +01:00
|
|
|
<attr name="selectedColor" format="color"/>
|
2014-07-03 09:58:09 +02:00
|
|
|
<!-- Width of each indicator line. -->
|
2014-11-14 05:16:46 +01:00
|
|
|
<attr name="lineWidth" format="dimension"/>
|
2014-07-03 09:58:09 +02:00
|
|
|
<!-- Width of each indicator line's stroke. -->
|
2014-11-14 05:16:46 +01:00
|
|
|
<attr name="strokeWidth" format="dimension"/>
|
2014-07-03 09:58:09 +02:00
|
|
|
<!-- Width of the gap between each indicator line. -->
|
2014-11-14 05:16:46 +01:00
|
|
|
<attr name="gapWidth" format="dimension"/>
|
2014-07-03 09:58:09 +02:00
|
|
|
<!-- View background -->
|
2014-11-14 05:16:46 +01:00
|
|
|
<attr name="android:background"/>
|
2014-07-03 09:58:09 +02:00
|
|
|
</declare-styleable>
|
2015-05-29 19:06:25 +02:00
|
|
|
<declare-styleable name="NameView">
|
|
|
|
<attr name="nv_primaryTextColor" format="color"/>
|
|
|
|
<attr name="nv_secondaryTextColor" format="color"/>
|
2016-01-28 11:50:39 +01:00
|
|
|
<attr name="nv_twoLine" format="boolean"/>
|
2015-05-29 19:06:25 +02:00
|
|
|
<attr name="nv_primaryTextStyle"/>
|
|
|
|
<attr name="nv_secondaryTextStyle"/>
|
|
|
|
</declare-styleable>
|
2014-07-03 09:58:09 +02:00
|
|
|
<declare-styleable name="ValueDependencyPreference">
|
2014-11-14 05:16:46 +01:00
|
|
|
<attr name="dependencyKey" format="string"/>
|
|
|
|
<attr name="dependencyValues" format="reference"/>
|
|
|
|
<attr name="dependencyValueDefault" format="string"/>
|
2014-07-03 09:58:09 +02:00
|
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="AccountsListPreference">
|
2014-11-14 05:16:46 +01:00
|
|
|
<attr name="switchKey" format="string"/>
|
|
|
|
<attr name="switchDefault" format="boolean"/>
|
2014-07-03 09:58:09 +02:00
|
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="NotificationTypePreference">
|
2014-11-14 05:16:46 +01:00
|
|
|
<attr name="notificationType"/>
|
2014-07-03 09:58:09 +02:00
|
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="SeekBarDialogPreference">
|
2014-11-14 05:16:46 +01:00
|
|
|
<attr name="max" format="integer"/>
|
|
|
|
<attr name="min" format="integer"/>
|
|
|
|
<attr name="step" format="integer"/>
|
|
|
|
<attr name="progressTextSuffix" format="string"/>
|
|
|
|
</declare-styleable>
|
2016-03-15 14:09:53 +01:00
|
|
|
<declare-styleable name="KeyboardShortcutPreference">
|
|
|
|
<attr name="android:action"/>
|
|
|
|
<attr name="android:tag"/>
|
|
|
|
</declare-styleable>
|
2017-01-06 14:38:05 +01:00
|
|
|
<declare-styleable name="SyncItemPreference">
|
|
|
|
<attr name="syncType" format="string"/>
|
|
|
|
</declare-styleable>
|
2014-11-19 06:06:09 +01:00
|
|
|
<declare-styleable name="IconActionButton">
|
2014-12-07 16:13:07 +01:00
|
|
|
<attr name="iabColor" format="color"/>
|
|
|
|
<attr name="iabActivatedColor" format="color"/>
|
2014-12-10 13:15:09 +01:00
|
|
|
<attr name="iabDisabledColor" format="color"/>
|
2015-04-17 16:36:04 +02:00
|
|
|
<attr name="iabIconWidth" format="dimension"/>
|
|
|
|
<attr name="iabIconHeight" format="dimension"/>
|
2014-11-19 06:06:09 +01:00
|
|
|
</declare-styleable>
|
2014-12-24 05:39:21 +01:00
|
|
|
<declare-styleable name="ShapedImageView">
|
|
|
|
<attr name="sivBorder" format="boolean"/>
|
|
|
|
<attr name="sivBorderWidth" format="dimension"/>
|
|
|
|
<attr name="sivBorderColor" format="color"/>
|
|
|
|
<attr name="sivBackgroundColor" format="color"/>
|
|
|
|
<attr name="sivElevation" format="dimension"/>
|
|
|
|
<attr name="sivCornerRadius" format="dimension"/>
|
|
|
|
<attr name="sivCornerRadiusRatio" format="fraction"/>
|
2017-02-20 16:13:48 +01:00
|
|
|
<attr name="sivDrawShadow" format="boolean"/>
|
2014-12-24 05:39:21 +01:00
|
|
|
<attr name="sivShape"/>
|
2014-11-21 04:00:46 +01:00
|
|
|
</declare-styleable>
|
2014-12-01 17:04:55 +01:00
|
|
|
<declare-styleable name="HeaderDrawerLayout">
|
2015-05-29 21:41:23 +02:00
|
|
|
<attr name="hdl_headerLayout" format="reference"/>
|
|
|
|
<attr name="hdl_contentLayout" format="reference"/>
|
2014-12-01 08:00:37 +01:00
|
|
|
</declare-styleable>
|
2015-04-17 18:36:16 +02:00
|
|
|
<declare-styleable name="TintedStatusLayout">
|
|
|
|
<attr name="setPadding" format="boolean"/>
|
|
|
|
</declare-styleable>
|
2016-03-19 10:39:03 +01:00
|
|
|
<declare-styleable name="BadgeView">
|
|
|
|
<attr name="android:textColor"/>
|
|
|
|
<attr name="android:text"/>
|
|
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="CardMediaContainer">
|
|
|
|
<attr name="android:horizontalSpacing"/>
|
|
|
|
<attr name="android:verticalSpacing"/>
|
|
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="MessageViewHolder">
|
|
|
|
<attr name="android:textColorPrimary"/>
|
|
|
|
<attr name="android:textColorPrimaryInverse"/>
|
|
|
|
<attr name="android:textColorSecondary"/>
|
|
|
|
<attr name="android:textColorSecondaryInverse"/>
|
|
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="RingtonePreference">
|
|
|
|
<attr name="android:ringtoneType"/>
|
|
|
|
<attr name="android:showDefault"/>
|
|
|
|
<attr name="android:showSilent"/>
|
|
|
|
</declare-styleable>
|
2016-03-25 05:14:29 +01:00
|
|
|
<declare-styleable name="ForegroundView">
|
|
|
|
<attr name="android:foreground"/>
|
|
|
|
<attr name="android:foregroundGravity"/>
|
|
|
|
</declare-styleable>
|
2016-12-16 14:02:41 +01:00
|
|
|
<declare-styleable name="AccountDashboardHeaderView">
|
|
|
|
<attr name="sizeMeasurementId" format="reference"/>
|
|
|
|
</declare-styleable>
|
2017-01-12 17:26:44 +01:00
|
|
|
<declare-styleable name="PremiumEntryPreference">
|
|
|
|
<attr name="requiredFeature" format="string"/>
|
|
|
|
</declare-styleable>
|
2017-02-10 09:43:42 +01:00
|
|
|
<declare-styleable name="ProfileBannerImageView">
|
|
|
|
<attr name="bannerAspectRatio" format="fraction"/>
|
|
|
|
</declare-styleable>
|
2017-02-21 08:42:07 +01:00
|
|
|
<declare-styleable name="AppBarChildBehavior">
|
|
|
|
<attr name="behavior_appBarId" format="reference"/>
|
|
|
|
<attr name="behavior_toolbarId" format="reference"/>
|
|
|
|
<attr name="behavior_dependencyViewId" format="reference"/>
|
|
|
|
<attr name="behavior_targetViewId" format="reference"/>
|
|
|
|
|
|
|
|
<attr name="behavior_marginLeft" format="dimension"/>
|
|
|
|
<attr name="behavior_marginRight" format="dimension"/>
|
|
|
|
<attr name="behavior_marginStart" format="dimension"/>
|
|
|
|
<attr name="behavior_marginEnd" format="dimension"/>
|
|
|
|
<attr name="behavior_marginTop" format="dimension"/>
|
|
|
|
<attr name="behavior_marginBottom" format="dimension"/>
|
|
|
|
|
|
|
|
<attr name="behavior_alignmentRule"/>
|
|
|
|
|
|
|
|
<attr name="behavior_childTransformation" format="string"/>
|
|
|
|
</declare-styleable>
|
2017-03-06 04:30:33 +01:00
|
|
|
<declare-styleable name="IExtendedViewPadding">
|
|
|
|
<attr name="android:paddingTop"/>
|
|
|
|
<attr name="android:paddingBottom"/>
|
|
|
|
<attr name="android:paddingLeft"/>
|
|
|
|
<attr name="android:paddingRight"/>
|
|
|
|
<attr name="android:paddingStart"/>
|
|
|
|
<attr name="android:paddingEnd"/>
|
|
|
|
<attr name="android:padding"/>
|
|
|
|
</declare-styleable>
|
2017-03-08 16:42:55 +01:00
|
|
|
<declare-styleable name="MediaLayoutParams">
|
|
|
|
<attr name="layout_isMediaItemView" format="boolean"/>
|
|
|
|
<attr name="layout_videoViewId" format="reference"/>
|
|
|
|
</declare-styleable>
|
2017-03-29 14:48:17 +02:00
|
|
|
<declare-styleable name="MaxHeightScrollView">
|
|
|
|
<attr name="android:maxHeight"/>
|
|
|
|
</declare-styleable>
|
2017-02-21 08:42:07 +01:00
|
|
|
<attr name="behavior_alignmentRule">
|
|
|
|
<flag name="left" value="0x00000001"/>
|
|
|
|
<flag name="right" value="0x00000002"/>
|
|
|
|
<flag name="toLeftOf" value="0x00000004"/>
|
|
|
|
<flag name="toRightOf" value="0x00000008"/>
|
|
|
|
<flag name="toLeftOfCenter" value="0x00000010"/>
|
|
|
|
<flag name="toRightOfCenter" value="0x00000020"/>
|
|
|
|
<flag name="centerHorizontal" value="0x00000003"/>
|
|
|
|
<flag name="start" value="0x00001001"/>
|
|
|
|
<flag name="end" value="0x00001002"/>
|
|
|
|
<flag name="toStartOf" value="0x00001004"/>
|
|
|
|
<flag name="toEndOf" value="0x00001008"/>
|
|
|
|
<flag name="toStartOfCenter" value="0x00001010"/>
|
|
|
|
<flag name="toEndOfCenter" value="0x00001020"/>
|
|
|
|
<flag name="top" value="0x00010000"/>
|
|
|
|
<flag name="bottom" value="0x00020000"/>
|
|
|
|
<flag name="above" value="0x00040000"/>
|
|
|
|
<flag name="below" value="0x00080000"/>
|
|
|
|
<flag name="aboveCenter" value="0x00100000"/>
|
|
|
|
<flag name="belowCenter" value="0x00200000"/>
|
|
|
|
<flag name="centerVertical" value="0x00030000"/>
|
|
|
|
<flag name="center" value="0x00030003"/>
|
|
|
|
</attr>
|
2014-07-03 09:58:09 +02:00
|
|
|
<attr name="notificationType">
|
2014-11-14 05:16:46 +01:00
|
|
|
<flag name="none" value="0"/>
|
|
|
|
<flag name="ringtone" value="1"/>
|
|
|
|
<flag name="vibration" value="2"/>
|
|
|
|
<flag name="light" value="4"/>
|
2014-07-03 09:58:09 +02:00
|
|
|
</attr>
|
2014-12-12 14:53:18 +01:00
|
|
|
<attr name="tabDisplayOption">
|
|
|
|
<flag name="label" value="0x1"/>
|
|
|
|
<flag name="icon" value="0x2"/>
|
|
|
|
</attr>
|
2014-12-24 05:39:21 +01:00
|
|
|
<attr name="sivShape">
|
2014-12-15 12:21:15 +01:00
|
|
|
<enum name="circle" value="0x1"/>
|
|
|
|
<enum name="rectangle" value="0x2"/>
|
|
|
|
</attr>
|
2015-05-29 19:06:25 +02:00
|
|
|
<attr name="nv_primaryTextStyle">
|
|
|
|
<flag name="normal" value="0"/>
|
|
|
|
<flag name="bold" value="1"/>
|
|
|
|
<flag name="italic" value="2"/>
|
|
|
|
</attr>
|
|
|
|
<attr name="nv_secondaryTextStyle">
|
|
|
|
<flag name="normal" value="0"/>
|
|
|
|
<flag name="bold" value="1"/>
|
|
|
|
<flag name="italic" value="2"/>
|
|
|
|
</attr>
|
2014-07-03 07:48:39 +02:00
|
|
|
</resources>
|