aboutsummaryrefslogtreecommitdiff
path: root/core-ui/src/main/res/values/attr.xml
blob: 271d1327914503a7ff4a4db1d6322aa98bac0c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName">
    <declare-styleable name="BoundedCardView">
        <attr format="dimension" name="maxHeight"/>
        <attr format="float" name="maxHeightPercent"/>
    </declare-styleable>

    <declare-styleable name="CutoutView">
        <attr format="color" name="foregroundColor"/>
        <attr name="android:text"/>
        <attr name="android:drawable"/>
        <attr name="android:minHeight"/>
        <attr format="float" name="heightPercentageToScreen"/>
        <attr name="font"/>
    </declare-styleable>

    <declare-styleable name="ElasticDragDismissFrameLayout">
        <attr format="dimension" name="dragDismissDistance"/>
        <attr format="float" name="dragDismissFraction"/>
        <attr format="float" name="dragDismissScale"/>
        <attr format="float" name="dragElasticity"/>
    </declare-styleable>

    <declare-styleable name="InkPageIndicator">
        <attr format="dimension" name="dotDiameter"/>
        <attr format="dimension" name="dotGap"/>
        <attr format="integer" name="animationDuration"/>
        <attr format="color" name="pageIndicatorColor"/>
        <attr format="color" name="currentPageIndicatorColor"/>
    </declare-styleable>

    <declare-styleable name="TextSlider">
        <attr format="enum" name="animation_type">
            <enum name="none" value="1000"/>
            <enum name="slide_horizontal" value="1001"/>
            <enum name="slide_vertical" value="1002"/>
        </attr>
    </declare-styleable>
</resources>