We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe2ac2 commit 2269a76Copy full SHA for 2269a76
app/src/main/res/layout/activity_main.xml
@@ -20,7 +20,7 @@
20
android:text="@string/lorem_ipsum"
21
android:maxLines="5"
22
android:ellipsize="end"
23
- app:duration="1000"/>
+ app:animation_duration="1000"/>
24
25
<TextView
26
android:layout_width="wrap_content"
app/src/main/res/values/attrs.xml
@@ -2,7 +2,7 @@
2
<resources>
3
4
<declare-styleable name="ExpandableTextView">
5
- <attr name="duration" format="integer"/>
+ <attr name="animation_duration" format="integer"/>
6
</declare-styleable>
7
8
</resources>
0 commit comments