Reduced Warnings

Change-Id: I3ce0d27d24e8aad3fdbf8c57cefe39d1a3fd99e9
This commit is contained in:
Christian Mehlmauer
2010-05-20 20:13:51 +02:00
parent 4b5c09f29e
commit 38dcb296c9

View File

@@ -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);