Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamidreza Etebarian committed Feb 26, 2019
1 parent fca7e01 commit bd6b8f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
@@ -1,3 +1,5 @@
Meow Bottom Navigation Kotlin
====================================
version: 2.2.4
# Meow Bottom Navigation
An simple & beautiful navigation bottom for android written in kotlin

# Screenshots
https://github.com/shetmobile/MeowBottomNavigation/raw/master/resources/meow-bottom-navigation.gif
Binary file added resources/meow-bottom-navigation.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -6,7 +6,7 @@ import androidx.appcompat.app.AppCompatActivity
import com.etebarian.meowbottomnavigation.MeowBottomNavigation
import kotlinx.android.synthetic.main.activity_main.*

class MainActivity : AppCompatActivity() {//todo add ic_launcher
class MainActivity : AppCompatActivity() {

companion object {
private const val ID_HOME = 1
Expand Down

0 comments on commit bd6b8f9

Please sign in to comment.