Simple Tablayout. Mostly use for bottom navigation
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.zeropercenthappy:ZPHTabLayout:1.0.4'
}
see sample
Simple Tablayout. Mostly use for bottom navigation
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.zeropercenthappy:ZPHTabLayout:1.0.4'
}
see sample