mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-30 01:24:07 +00:00
79 lines
3.2 KiB
XML
79 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="SpeedLimitView">
|
|
<attr name="speedLimitBackgroundColor" format="color" />
|
|
<attr name="speedLimitBorderColor" format="color" />
|
|
<attr name="speedLimitUnlimitedBorderColor" format="color" />
|
|
<attr name="speedLimitUnlimitedStripeColor" format="color" />
|
|
<attr name="speedLimitAlertColor" format="color" />
|
|
<attr name="speedLimitTextColor" format="color" />
|
|
<attr name="speedLimitTextAlertColor" format="color" />
|
|
<!-- These values are used only in edit mode -->
|
|
<attr name="speedLimitEditModeSpeedLimit" format="integer" />
|
|
<attr name="speedLimitEditModeAlert" format="boolean" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="CurrentSpeedView">
|
|
<attr name="currentSpeedBackgroundColor" format="color" />
|
|
<attr name="currentSpeedBorderColor" format="color" />
|
|
<attr name="currentSpeedTextColor" format="color" />
|
|
<!-- These values are used only in edit mode -->
|
|
<attr name="currentSpeedEditModeCurrentSpeed" format="integer" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="LanesView">
|
|
<attr name="lanesActiveLaneTintColor" format="reference" />
|
|
<attr name="lanesInactiveLaneTintColor" format="color" />
|
|
<attr name="lanesBackgroundColor" format="color" />
|
|
<attr name="lanesCornerRadius" format="dimension" />
|
|
<!-- These values are used only in edit mode -->
|
|
<attr name="lanesEditModeLanesCount" format="integer" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="WheelProgressView">
|
|
<attr name="wheelProgressColor" format="color"/>
|
|
<attr name="wheelSecondaryColor" format="color"/>
|
|
<attr name="wheelThickness" format="dimension"/>
|
|
<attr name="centerDrawable" format="reference" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="layersButton">
|
|
<attr name="layers_enabled" format="boolean"/>
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="PlacePageView">
|
|
<attr name="animationType" format="enum">
|
|
<enum name="bottom" value="0"/>
|
|
<enum name="left" value="1"/>
|
|
</attr>
|
|
<attr name="docked" format="boolean"/>
|
|
<attr name="floating" format="boolean"/>
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="TransitStepView">
|
|
<attr name="android:textSize"/>
|
|
<attr name="android:textColor"/>
|
|
<attr name="android:text"/>
|
|
<attr name="android:drawable"/>
|
|
</declare-styleable>
|
|
|
|
<bool name="tabletLayout">false</bool>
|
|
|
|
<declare-styleable name="PlaceholderView">
|
|
<attr name="imgSrcDefault" format="reference"/>
|
|
<attr name="titleDefault" format="reference"/>
|
|
<attr name="subTitleDefault" format="reference"/>
|
|
</declare-styleable>
|
|
|
|
<attr name="accentColorSelector" format="color"/>
|
|
<attr name="bookingFilterTitleColor" format="color"/>
|
|
<attr name="adsRemovalOptionsBg" format="reference"/>
|
|
<attr name="adsRemovalOptionsDivider" format="color"/>
|
|
<attr name="icClearRounded" format="reference"/>
|
|
<attr name="bookmarkSubscriptionScreenBg" format="reference"/>
|
|
<attr name="bookmarkSubscriptionCardEdge" format="reference"/>
|
|
<attr name="bookmarkSubscriptionCardBg" format="color"/>
|
|
<attr name="bookmarkSubscriptionCardTextColor" format="color"/>
|
|
<attr name="imgPromoBookingTitle" format="reference"/>
|
|
</resources>
|