4

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 Answers1

10

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
Ole
  • 7,899
  • 2
  • 29
  • 34
  • thank you, this helps me. is it possible to have a progress bar under the imageswitcher which shows how much slides are left to each side ? – user1966046 Jan 12 '13 at 16:35