Skip to content

Commit

Permalink
new sample activities
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyab committed Dec 26, 2015
1 parent cd8add2 commit 232c611
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions SeekArc_sample/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
android:name="com.triggertrap.sample.SimpleActivity"
android:label="@string/title_activity_simple" >
</activity>

<activity
android:name="com.triggertrap.sample.ScrollViewActivity"
android:label="@string/title_activity_scrollview" >
</activity>

<activity
android:name="com.triggertrap.sample.DisabledActivity"
android:label="@string/title_activity_disabled" >
</activity>
<activity
android:name="com.triggertrap.sample.CustomActivity"
android:label="@string/title_activity_custom" >
Expand Down

0 comments on commit 232c611

Please sign in to comment.