From e4282229e5d1f02334a84b60974a9dd5dfc5208f Mon Sep 17 00:00:00 2001 From: DjBushido Date: Wed, 16 Apr 2014 13:30:59 -0400 Subject: [PATCH] Refactor the BibleViewer to the its own activity package --- MinimalBible/AndroidManifest.xml | 2 +- MinimalBible/res/layout/activity_bible_viewer.xml | 2 +- .../minimalbible/{ => activities/viewer}/BibleViewer.java | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) rename MinimalBible/src/org/bspeice/minimalbible/{ => activities/viewer}/BibleViewer.java (94%) 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" >