android/example: minor tweaks with the build

Add some menu stubs, icon, change application name, remove generated
file, some indentation fix.
This commit is contained in:
Daniel Kochmański 2015-10-25 22:57:25 +01:00
parent 5ccf29f697
commit a61a0cb0a3
6 changed files with 31 additions and 36 deletions

View file

@ -51,8 +51,6 @@ public class HelloEclActivity extends Activity
}
Log.w(TAG,"ECL starting.");
ecl.start(getResourcesPath());
Log.w(TAG,"ECL Started");
@ -111,7 +109,7 @@ public class HelloEclActivity extends Activity
return true;
}
/**
/**
* Event Handling for Individual menu item selected
* Identify single menu item by it's id
* */