Skip to content

Commit

Permalink
changing name of the lib
Browse files Browse the repository at this point in the history
  • Loading branch information
plattysoft committed May 23, 2014
1 parent d091544 commit 55172fc
Show file tree
Hide file tree
Showing 46 changed files with 64 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
34 changes: 34 additions & 0 deletions LeonidasExamples/bin/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.plattysoft.leonids.examples"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="17" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="com.plattysoft.leonids.examples.ExampleListActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<activity android:name="com.plattysoft.leonids.examples.OneShotSimpleExampleActivity" />
<activity android:name="com.plattysoft.leonids.examples.OneShotIntermediateExampleActivity" />
<activity android:name="com.plattysoft.leonids.examples.OneShotAdvancedExampleActivity" />
<activity android:name="com.plattysoft.leonids.examples.EmiterSimpleExampleActivity" />
<activity android:name="com.plattysoft.leonids.examples.EmiterIntermediateExampleActivity" />
<activity android:name="com.plattysoft.leonids.examples.EmiterTimeLimitedExampleActivity" />
</application>

</manifest>
Binary file added LeonidasExamples/bin/ParticleSystemExamples.apk
Binary file not shown.
14 changes: 14 additions & 0 deletions LeonidasExamples/bin/R.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
int dimen activity_horizontal_margin 0x7f040000
int dimen activity_vertical_margin 0x7f040001
int drawable ic_launcher 0x7f020000
int drawable star_pink 0x7f020001
int drawable star_white 0x7f020002
int id action_settings 0x7f080001
int id button1 0x7f080000
int layout activity_particle_system_example 0x7f030000
int menu particle_system_example 0x7f070000
int string action_settings 0x7f050001
int string app_name 0x7f050000
int string hello_world 0x7f050002
int style AppBaseTheme 0x7f060000
int style AppTheme 0x7f060001
Binary file added LeonidasExamples/bin/classes.dex
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LeonidasExamples/bin/resources.ap_
Binary file not shown.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions LeonidasLib/bin/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.plattysoft.leonids"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="17" />

<application
android:allowBackup="true"
>
</application>

</manifest>
Binary file added LeonidasLib/bin/leonidaslib.jar
Binary file not shown.
Binary file added LeonidasLib/bin/particlesystemview.jar
Binary file not shown.
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 55172fc

Please sign in to comment.