You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/main/res/values/attrs.xml

121 lines
5.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources>
<!-- Design system color attributes -->
<!-- Layers -->
<!-- Search -->
<attr name="layer3" format="reference" />
<attr name="scrim" format="reference" />
<!-- Action -->
<!-- Primary button, Snackbar, Floating action button, Chip selected -->
<attr name="actionPrimary" format="reference" />
<!-- Text -->
<!-- Small heading, Text link -->
<attr name="textAccent" format="reference" />
<!-- Action Primary text -->
<attr name="textActionPrimary" format="reference" />
<!-- Icon -->
<!-- Active tab -->
<attr name="iconActive" format="reference" />
<!-- Border -->
<!-- Default, Divider, Dotted -->
<attr name="borderPrimary" format="reference" />
<!-- Color palette attributes -->
<attr name="primaryText" format="reference" />
<attr name="secondaryText" format="reference" />
<attr name="contrastText" format="reference" />
<attr name="accent" format="reference" />
<attr name="accentBright" format="reference" />
<attr name="accentHighContrast" format="reference" />
<attr name="accentUsedOnDarkBackground" format="reference" />
<attr name="snackbar" format="reference" />
<attr name="foundation" format="reference" />
<attr name="above" format="reference" />
<attr name="inset" format="reference" />
<attr name="neutral" format="reference" />
<attr name="neutralFaded" format="reference" />
<attr name="destructive" format="reference"/>
<attr name="disabled" format="reference" />
<attr name="preferenceSectionHeader" format="reference"/>
<!-- Color used in DefaultToolbarMenu for buttons placed at the end of menu items -->
<attr name="menuItemButtonTintColor" format="reference"/>
<!-- Misc -->
<attr name="homeBackground" format="reference"/>
<attr name="bottomBarBackground" format="reference"/>
<attr name="bottomBarBackgroundTop" format="reference"/>
<attr name="privateBrowsingButtonBackground" format="reference" />
<attr name="privateBrowsingButtonAccent" format="reference" />
<attr name="fenixLogo" format="reference" />
<attr name="toolbarStartGradient" format="reference"/>
<attr name="toolbarCenterGradient" format="reference"/>
<attr name="toolbarEndGradient" format="reference"/>
<attr name="fillLinkFromClipboard" format="reference"/>
<attr name="syncDisconnected" format="reference" />
<attr name="syncDisconnectedBackground" format="reference" />
<attr name="swipeDeleteBackground" format="reference" />
<attr name="onboardingDarkGradientStartBackground" format="reference" />
<attr name="onboardingDarkGradientEndBackground" format="reference" />
<attr name="onboardingSelected" format="reference"/>
<attr name="onboardingDeselected" format="reference"/>
<attr name="addOnPrivateBrowsingExteriorCircleBackground" format="reference"/>
<attr name="awesomeBarIndicatorColor" format="reference|color"/>
<attr name="awesomeBarIndicatorBookmarkColor" format="reference|color"/>
<!-- Tab tray -->
<attr name="tabTrayThumbnailItemBackground" format="reference" />
<attr name="tabTrayThumbnailIcon" format="reference" />
<!-- Tab History -->
<attr name="tabHistoryItemSelectedBackground" format="reference" />
<declare-styleable name="TrackingProtectionCategory">
<attr name="categoryItemTitle" format="reference" />
<attr name="categoryItemDescription" format="reference" />
</declare-styleable>
<declare-styleable name="SwitchWithDescription">
<attr name="switchTitle" format="reference" />
<attr name="switchDescription" format="reference" />
<attr name="switchIcon" format="reference" />
</declare-styleable>
<declare-styleable name="DeleteBrowsingDataItem">
<attr name="deleteBrowsingDataItemTitle" format="reference" />
<attr name="deleteBrowsingDataItemSubtitle" format="reference" />
<attr name="deleteBrowsingDataItemIcon" format="reference" />
</declare-styleable>
<declare-styleable name="OnboardingRadioButton">
<attr name="onboardingKey" format="reference" />
<attr name="onboardingKeyTitle" format="reference" />
<attr name="onboardingKeyDescription" format="reference" />
</declare-styleable>
<attr name="selectPromptHeaderTextColor" format="reference"/>
<declare-styleable name="TextPercentageSeekBarPreference">
<attr format="integer" name="min"/>
<attr name="android:max"/>
<attr name="android:layout"/>
<attr format="integer" name="seekBarIncrement"/>
<attr format="boolean" name="adjustable"/>
<attr format="boolean" name="showSeekBarValue"/>
<attr format="boolean" name="updatesContinuously"/>
</declare-styleable>
<declare-styleable name="RadioButtonPreference">
<attr format="string|boolean|integer|reference|float" name="defaultValue"/>
<attr name="android:defaultValue"/>
</declare-styleable>
</resources>