parent
a32004f90c
commit
5f1339b319
5 changed files with 90 additions and 112 deletions
@ -1,8 +1,8 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
<classpath> |
<classpath> |
||||||
<classpathentry kind="src" path="src"/> |
|
||||||
<classpathentry kind="src" path="gen"/> |
|
||||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> |
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> |
||||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> |
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> |
||||||
|
<classpathentry kind="src" path="src"/> |
||||||
|
<classpathentry kind="src" path="gen"/> |
||||||
<classpathentry kind="output" path="bin/classes"/> |
<classpathentry kind="output" path="bin/classes"/> |
||||||
</classpath> |
</classpath> |
||||||
|
@ -1,6 +0,0 @@ |
|||||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"> |
|
||||||
<item android:id="@+id/menu_settings" |
|
||||||
android:title="@string/menu_settings" |
|
||||||
android:orderInCategory="100" |
|
||||||
android:showAsAction="never" /> |
|
||||||
</menu> |
|
@ -1,5 +0,0 @@ |
|||||||
<resources> |
|
||||||
|
|
||||||
<style name="AppTheme" parent="android:Theme.Holo.Light" /> |
|
||||||
|
|
||||||
</resources> |
|
Loading…
Reference in new issue