diff --git a/MinimalBible/AndroidManifest.xml b/MinimalBible/AndroidManifest.xml index 0a13f2b..f42e055 100644 --- a/MinimalBible/AndroidManifest.xml +++ b/MinimalBible/AndroidManifest.xml @@ -14,7 +14,7 @@ android:label="@string/app_name" android:theme="@style/AppTheme" > diff --git a/MinimalBible/res/layout/activity_bible_viewer.xml b/MinimalBible/res/layout/activity_bible_viewer.xml index e782a4a..a350125 100644 --- a/MinimalBible/res/layout/activity_bible_viewer.xml +++ b/MinimalBible/res/layout/activity_bible_viewer.xml @@ -4,7 +4,7 @@ android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context="org.bspeice.minimalbible.BibleViewer" > + tools:context="org.bspeice.minimalbible.activities.viewer.BibleViewer" >