merge from open-source master
Change-Id: I6e4280a7f664c84bdd5205db642ed0ae63bc5e3b
This commit is contained in:
@@ -101,7 +101,7 @@ public class Transition3d extends Activity implements
|
|||||||
mContainer.startAnimation(rotation);
|
mContainer.startAnimation(rotation);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onItemClick(AdapterView parent, View v, int position, long id) {
|
public void onItemClick(AdapterView<?> parent, View v, int position, long id) {
|
||||||
// Pre-load the image then start the animation
|
// Pre-load the image then start the animation
|
||||||
mImageView.setImageResource(PHOTOS_RESOURCES[position]);
|
mImageView.setImageResource(PHOTOS_RESOURCES[position]);
|
||||||
applyRotation(position, 0, 90);
|
applyRotation(position, 0, 90);
|
||||||
|
|||||||
Reference in New Issue
Block a user