Skip to content

Commit

Permalink
Update attrs.xml (#151)
Browse files Browse the repository at this point in the history
incorrectly set the format for the android:alpha attribute -- we already get it from the platform.

Fixes #81
  • Loading branch information
camaelon committed Feb 26, 2021
1 parent 69a1378 commit b86953d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1635,7 +1635,7 @@

<!-- alpha property of the view, as a value between 0 (completely transparent) and 1
(completely opaque). -->
<attr name="android:alpha" format="float" />
<attr name="android:alpha" />

<!-- calls setProgress(float) on the view if the method exist -->
<attr name="motionProgress" />
Expand Down

0 comments on commit b86953d

Please sign in to comment.