123 lines
4.1 KiB
XML
Executable File
123 lines
4.1 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<attr format="color" name="animationBackgroundColor"/>
|
|
<attr format="enum" name="finishPrimaryWithPlaceholder">
|
|
|
|
<enum name="always" value="1"/>
|
|
|
|
<enum name="adjacent" value="2"/>
|
|
</attr>
|
|
<attr format="enum" name="finishPrimaryWithSecondary">
|
|
|
|
<enum name="never" value="0"/>
|
|
|
|
<enum name="always" value="1"/>
|
|
|
|
<enum name="adjacent" value="2"/>
|
|
</attr>
|
|
<attr format="enum" name="finishSecondaryWithPrimary">
|
|
|
|
<enum name="never" value="0"/>
|
|
|
|
<enum name="always" value="1"/>
|
|
|
|
<enum name="adjacent" value="2"/>
|
|
</attr>
|
|
<attr format="enum" name="splitLayoutDirection">
|
|
|
|
<enum name="locale" value="0"/>
|
|
|
|
<enum name="ltr" value="1"/>
|
|
|
|
<enum name="rtl" value="2"/>
|
|
|
|
<enum name="topToBottom" value="3"/>
|
|
|
|
<enum name="bottomToTop" value="4"/>
|
|
</attr>
|
|
<attr format="float" name="splitMaxAspectRatioInLandscape">
|
|
|
|
<enum name="alwaysAllow" value="0"/>
|
|
|
|
<enum name="alwaysDisallow" value="-1"/>
|
|
</attr>
|
|
<attr format="float" name="splitMaxAspectRatioInPortrait">
|
|
|
|
<enum name="alwaysAllow" value="0"/>
|
|
|
|
<enum name="alwaysDisallow" value="-1"/>
|
|
</attr>
|
|
<attr format="integer" name="splitMinHeightDp"/>
|
|
<attr format="integer" name="splitMinSmallestWidthDp"/>
|
|
<attr format="integer" name="splitMinWidthDp"/>
|
|
<attr format="float" name="splitRatio"/>
|
|
<attr format="string" name="tag"/>
|
|
<item name="androidx_window_activity_scope" type="id"/>
|
|
<declare-styleable name="ActivityFilter">
|
|
|
|
<attr format="string" name="activityName"/>
|
|
|
|
<attr format="string" name="activityAction"/>
|
|
</declare-styleable>
|
|
<declare-styleable name="ActivityRule">
|
|
|
|
<attr format="boolean" name="alwaysExpand"/>
|
|
<attr name="tag"/>
|
|
</declare-styleable>
|
|
<declare-styleable name="DividerAttributes">
|
|
|
|
<attr format="enum" name="embeddingDividerType">
|
|
<!-- Fixed divider type. -->
|
|
<enum name="fixed" value="0"/>
|
|
<!-- Draggable divider type. -->
|
|
<enum name="draggable" value="1"/>
|
|
</attr>
|
|
|
|
<attr format="integer" name="embeddingDividerWidthDp"/>
|
|
|
|
<attr format="color|reference" name="embeddingDividerColor"/>
|
|
|
|
<attr format="float" name="dragRangeMinRatio"/>
|
|
|
|
<attr format="float" name="dragRangeMaxRatio"/>
|
|
</declare-styleable>
|
|
<declare-styleable name="SplitPairFilter">
|
|
|
|
<attr format="string" name="primaryActivityName"/>
|
|
|
|
<attr format="string" name="secondaryActivityName"/>
|
|
|
|
<attr format="string" name="secondaryActivityAction"/>
|
|
</declare-styleable>
|
|
<declare-styleable name="SplitPairRule">
|
|
|
|
<attr format="boolean" name="clearTop"/>
|
|
<attr name="finishPrimaryWithSecondary"/>
|
|
<attr name="finishSecondaryWithPrimary"/>
|
|
<attr name="splitRatio"/>
|
|
<attr name="splitMinWidthDp"/>
|
|
<attr name="splitMinHeightDp"/>
|
|
<attr name="splitMinSmallestWidthDp"/>
|
|
<attr name="splitMaxAspectRatioInPortrait"/>
|
|
<attr name="splitMaxAspectRatioInLandscape"/>
|
|
<attr name="splitLayoutDirection"/>
|
|
<attr name="tag"/>
|
|
<attr name="animationBackgroundColor"/>
|
|
</declare-styleable>
|
|
<declare-styleable name="SplitPlaceholderRule">
|
|
|
|
<attr format="string" name="placeholderActivityName"/>
|
|
|
|
<attr format="boolean" name="stickyPlaceholder"/>
|
|
<attr name="finishPrimaryWithPlaceholder"/>
|
|
<attr name="splitRatio"/>
|
|
<attr name="splitMinWidthDp"/>
|
|
<attr name="splitMinHeightDp"/>
|
|
<attr name="splitMinSmallestWidthDp"/>
|
|
<attr name="splitMaxAspectRatioInPortrait"/>
|
|
<attr name="splitMaxAspectRatioInLandscape"/>
|
|
<attr name="splitLayoutDirection"/>
|
|
<attr name="tag"/>
|
|
<attr name="animationBackgroundColor"/>
|
|
</declare-styleable>
|
|
</resources> |