am 43abe820: merge from open-source master
Merge commit '43abe820f2a46746dcd7b86db593c08b9e1f938d' into kraken * commit '43abe820f2a46746dcd7b86db593c08b9e1f938d': Reduced Warnings
This commit is contained in:
committed by
Android Git Automerger
commit
0f57228bd3
@@ -101,7 +101,7 @@ public class Transition3d extends Activity implements
|
||||
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
|
||||
mImageView.setImageResource(PHOTOS_RESOURCES[position]);
|
||||
applyRotation(position, 0, 90);
|
||||
|
||||
Reference in New Issue
Block a user