Remove the FragmentTestActivity string

parser-fixes
Bradlee Speice 2015-01-02 17:16:49 -05:00
parent cae1ee584e
commit 27c1c1aa5e
2 changed files with 2 additions and 5 deletions

View File

@ -4,9 +4,9 @@
<application
android:name="org.bspeice.minimalbible.MinimalBibleDebug"
tools:replace="android:name">
<activity
<!-- <activity
android:name="org.bspeice.minimalbible.test.activity.FragmentTestActivity"
android:label="@string/title_activity_fragment_test" />
android:label="@string/title_activity_fragment_test" /> -->
</application>
</manifest>

View File

@ -1,3 +0,0 @@
<resources>
<string name="title_activity_fragment_test">FragmentTestActivity</string>
</resources>