Browse Source

fixed android build and added an android mesh without junk animation

Fabio Arnold 10 years ago
parent
commit
ce2d46512f

BIN
assets/meshes/android.amh


+ 0 - 1
src/de/tudarmstadt/informatik/hostage/ui2/adapter/ProfileManagerListAdapter.java

@@ -82,7 +82,6 @@ public class ProfileManagerListAdapter extends ArrayAdapter<ProfileListItem> {
 	    }
 
 	    holder.switcher.setOnTouchListener(new View.OnTouchListener(){
-		    @Override
 		    public boolean onTouch(View v, MotionEvent event) {
 			    float currentX = event.getX();