Skip to content

Commit

Permalink
no need code
Browse files Browse the repository at this point in the history
  • Loading branch information
tttakaoka committed Apr 22, 2016
1 parent 9214d36 commit bf599a2
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright 2014 Alex Curran
~
~ Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -19,10 +18,10 @@
package="com.espian.showcaseview.sample">

<application
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:allowBackup="true">
android:label="@string/app_name"
android:theme="@style/AppTheme">

<activity
android:name="com.github.amlcurran.showcaseview.sample.MemoryManagementTesting"
Expand All @@ -34,17 +33,5 @@
</intent-filter>
</activity>

<activity android:name="com.github.amlcurran.showcaseview.sample.animations.AnimationSampleActivity" />

<activity android:name="com.github.amlcurran.showcaseview.sample.SingleShotActivity" />

<activity android:name="com.github.amlcurran.showcaseview.sample.CustomShowcaseActivity" />

<activity android:name="com.github.amlcurran.showcaseview.sample.ActionItemsSampleActivity" />

<activity android:name="com.github.amlcurran.showcaseview.sample.EventsActivity" />

<activity android:name="com.github.amlcurran.showcaseview.sample.FragmentDemoActivity" />

</application>
</manifest>

0 comments on commit bf599a2

Please sign in to comment.