-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d091544
commit 55172fc
Showing
46 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file added
BIN
+5.65 KB
LeonidasExamples/bin/dexedLibs/particlesystemview-20474689b472dca9a6b6c8a17c203644.jar
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 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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
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.