Changeset c158e90 in pyramid
- Timestamp:
- 10/27/13 19:21:36 (7 years ago)
- Branches:
- master
- Children:
- b8dc886
- Parents:
- 23b689f
- Location:
- android/PuzzleboxPyramid
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
android/PuzzleboxPyramid/.classpath
r23b689f rc158e90 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <classpath> 3 <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>3 <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> 4 4 <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> 5 5 <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> … … 7 7 <classpathentry kind="src" path="gen"/> 8 8 <classpathentry exported="true" kind="lib" path="libs/ThinkGear.jar"/> 9 <classpathentry kind="output" path="bin "/>9 <classpathentry kind="output" path="bin/classes"/> 10 10 </classpath> -
android/PuzzleboxPyramid/AndroidManifest.xml
r23b689f rc158e90 17 17 android:label="@string/app_name" 18 18 android:theme="@style/AppTheme" > 19 <uses-library android:name="com.android.future.usb.accessory" /> 20 19 21 <activity 20 22 android:name="info.puzzlebox.pyramid.PyramidActivity" -
android/PuzzleboxPyramid/res/values/strings.xml
r23b689f rc158e90 2 2 <resources> 3 3 4 <string name="app_name">P uzzlebox Pyramid</string>4 <string name="app_name">Pyramid</string> 5 5 <string name="action_settings">Settings</string> 6 6 <string name="label_attention">Attention</string> -
android/PuzzleboxPyramid/src/info/puzzlebox/pyramid/PyramidActivity.java
r23b689f rc158e90 186 186 187 187 188 setContentView(R.layout.activity_p uzzlebox_pyramid);188 setContentView(R.layout.activity_pyramid); 189 189 190 190
Note: See TracChangeset
for help on using the changeset viewer.