Skip to content

Commit

Permalink
Revert to BottomNavigation again
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Oct 3, 2018
1 parent b19f0e8 commit 1029e37
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ package jahirfiquitiva.apps.blueprint.demo
import com.github.javiersantos.piracychecker.PiracyChecker
import jahirfiquitiva.libs.blueprint.models.NavigationItem
import jahirfiquitiva.libs.blueprint.ui.activities.BottomNavigationBlueprintActivity
import jahirfiquitiva.libs.blueprint.ui.activities.DrawerBlueprintActivity

/**
* You can choose between:
* - DrawerBlueprintActivity
* - BottomNavigationBlueprintActivity
*/
class MainActivity : DrawerBlueprintActivity() {
class MainActivity : BottomNavigationBlueprintActivity() {
/**
* These things here have the default values. You can delete the ones you don't want to change
* and/or modify the ones you want to.
Expand Down

0 comments on commit 1029e37

Please sign in to comment.