https://github.com/Trinea/android-open-project
https://github.com/lightSky/Awesome-MaterialDesign
- StyledDialogs for Android
compile 'com.android.support:design:22.2.0' to gradle fileCoordinatorLayout as root view.layout_anchorto the FAB and set it to the top viewlayout_anchorGravity to the FAB and set it to: bottom|right|endfloat myTabLayoutSize = 360;
if (DeviceInfo.getWidthDP(this) >= myTabLayoutSize ){
tabLayout.setTabMode(TabLayout.MODE_FIXED);
} else {
tabLayout.setTabMode(TabLayout.MODE_SCROLLABLE);
}
app:tabGravity="fill"