You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be extreamly good if we can use custom animation with your layout. Do you have possibility to use animation drawable? For instance <animation-list android:id="@+id/selected" android:oneshot="false"> <item android:drawable="@drawable/wheel0" android:duration="50" /> ... </animation-list>
The text was updated successfully, but these errors were encountered:
It would be extreamly good if we can use custom animation with your layout. Do you have possibility to use animation drawable? For instance
<animation-list android:id="@+id/selected" android:oneshot="false">
<item android:drawable="@drawable/wheel0" android:duration="50" />
...
</animation-list>
The text was updated successfully, but these errors were encountered: