missing animation in R.anim and Progressbar in ImageSwitcher

风流意气都作罢 提交于 2019-12-19 20:43:10

问题


I like to get the two slide in animation, which are missing I think. how can I do this, anything would be very nice

android.R.anim.slide_in_right
android.R.anim.slide_out_left

I would liek to slide in some pictures the other way around is working

on the other side, is it possible to have an progress bar under the picture which shows how much pictures are left


回答1:


All system resources are located in the SDK folder.

Grab the animations you want from

SDK_folder\platforms\android-17\data\res\anim

and place them in your project under res/anim

Then you can use them with

R.anim.anim_name


来源:https://stackoverflow.com/questions/14295227/missing-animation-in-r-anim-and-progressbar-in-imageswitcher

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!