mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-16 07:18:36 +02:00
* .classpath: some changes that eclipse makes "automagicaly". * src/pandorafms/pandorafmsandroidconsole/PandoraWebView.java: fixed java-android warnings. * res/layout/activity_web_view.xml: improved the source code style. * AndroidManifest.xml: fixed with ugly fix the lost "option button" in the phones/tables with android version over that honeycomb and have not a fisical option menu. Fixes the warnings of android. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8968 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
10 lines
466 B
XML
10 lines
466 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="gen"/>
|
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
|
<classpathentry kind="output" path="bin/classes"/>
|
|
</classpath>
|