Remove illegal @Override on interface method.
Samples should compile with 1.5 Change-Id: I029ae9ded4237fd9d4d2d1dbf2c7c537afbbf36b
This commit is contained in:
@@ -46,7 +46,6 @@ public class DragAndDropDemo extends Activity {
|
||||
|
||||
mResultText = (TextView) findViewById(R.id.drag_result_text);
|
||||
mResultText.setOnDragListener(new View.OnDragListener() {
|
||||
@Override
|
||||
public boolean onDrag(View v, DragEvent event) {
|
||||
final int action = event.getAction();
|
||||
switch (action) {
|
||||
|
||||
Reference in New Issue
Block a user