Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c8c779f authored by Doris Liu's avatar Doris Liu
Browse files

Rename duration scale hint types in xml

To avoid being confused with unit dp

Change-Id: I5ea9e5ad6034c1d79c9e0bb65759a122ea715770
parent be16bf4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5988,11 +5988,11 @@
            <enum name="noScale" value="0"/>
            <!-- This should be used when the animation's moving distance is proportional to screen,
                 as the scaling is based on screen size. -->
            <enum name="screen" value="1"/>
            <enum name="screenBased" value="1"/>
            <!-- This is for animations that have a distance defined in dp, which will be the same
                 across different devices. In this case, scaling is based on the physical distance
                 per dp on the current device. -->
            <enum name="dp" value="2"/>
            <enum name="dpBased" value="2"/>
        </attr>
    </declare-styleable>