File tree Expand file tree Collapse file tree
java/at/blogc/android/activities Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ protected void onCreate(Bundle savedInstanceState)
3838 final Button buttonToggle = (Button ) this .findViewById (R .id .button_toggle );
3939
4040 // set animation duration via code, but preferable in your layout files by using the animation_duration attribute
41- expandableTextView .setAnimationDuration (1000L );
41+ expandableTextView .setAnimationDuration (750L );
4242
4343 // toggle the ExpandableTextView
4444 buttonToggle .setOnClickListener (new View .OnClickListener ()
Original file line number Diff line number Diff line change 3333 android : text =" @string/lorem_ipsum"
3434 android : maxLines =" 5"
3535 android : ellipsize =" end"
36- app : animation_duration =" 1000 " />
36+ app : animation_duration =" 750 " />
3737
3838 <Button
3939 android : id =" @+id/button_toggle"
You can’t perform that action at this time.
0 commit comments