Android selector with fade in / fade out duration initially invisible

前端 未结 4 1548
无人及你
无人及你 2021-02-08 01:18

I\'m trying to achieve that an icon in ActionBar will not change states discretely, but by fading animation. When I add android:enterFadeDuration and android:

4条回答
  •  没有蜡笔的小新
    2021-02-08 01:49

    Use android:enterFadeDuration="@android:integer/config_mediumAnimTime" and android:exitFadeDuration="@android:integer/config_mediumAnimTime".

提交回复
热议问题