mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
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:
parent
5ccf29f697
commit
a61a0cb0a3
6 changed files with 31 additions and 36 deletions
|
|
@ -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
|
||||
* */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue