Refactor the BibleViewer to the its own activity package

This commit is contained in:
DjBushido
2014-04-16 13:30:59 -04:00
parent bda928098c
commit e4282229e5
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,10 @@
package org.bspeice.minimalbible;
package org.bspeice.minimalbible.activities.viewer;
import org.bspeice.minimalbible.R;
import org.bspeice.minimalbible.R.id;
import org.bspeice.minimalbible.R.layout;
import org.bspeice.minimalbible.R.menu;
import org.bspeice.minimalbible.R.string;
import org.bspeice.minimalbible.activities.BaseActivity;
import org.bspeice.minimalbible.activities.NavigationDrawerFragment;
import org.bspeice.minimalbible.activities.downloader.DownloadActivity;