mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-05 07:38:20 -05:00
Remove the FragmentTestActivity string
This commit is contained in:
parent
cae1ee584e
commit
27c1c1aa5e
@ -4,9 +4,9 @@
|
|||||||
<application
|
<application
|
||||||
android:name="org.bspeice.minimalbible.MinimalBibleDebug"
|
android:name="org.bspeice.minimalbible.MinimalBibleDebug"
|
||||||
tools:replace="android:name">
|
tools:replace="android:name">
|
||||||
<activity
|
<!-- <activity
|
||||||
android:name="org.bspeice.minimalbible.test.activity.FragmentTestActivity"
|
android:name="org.bspeice.minimalbible.test.activity.FragmentTestActivity"
|
||||||
android:label="@string/title_activity_fragment_test" />
|
android:label="@string/title_activity_fragment_test" /> -->
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
<resources>
|
|
||||||
<string name="title_activity_fragment_test">FragmentTestActivity</string>
|
|
||||||
</resources>
|
|
Loading…
Reference in New Issue
Block a user