The Android Design Support Library brings navigation drawer view, floating labels, a floating action button, snackbar, tabs, and a motion and scroll framework to tie them together.
I'm using the Design Support Library 23.2. I've added these lines in my build.gradle as my Gradle Plugin is version 1.5 …
android imageview androiddesignsupportI have set android:textAllCaps="false" in my android.support.design.widget.TabLayout thought it is showing the Tab Title …
android androiddesignsupport android-tablayoutI am using the new android.support.design.widget.TabLayout of v7-appcompat library, and found a problem, there is …
android androiddesignsupportGoogle released new support library v25 with BottomNavigationView is there any way to remove items labels ?
android android-support-library androiddesignsupport bottomnavigationviewI want to set margin in between each tab. Like in PagerTabStrip which has setTextSpacing(int textSpacing) to make text …
android android-layout android-support-library androiddesignsupport android-tablayoutI want to include Toolbar in my app, but the design support library just came out with AppBarLayout, so I …
android androiddesignsupportIn tab custom layout I set its parent element to match_parent and set its background color. When I run …
android android-layout android-design-library androiddesignsupport android-tablayoutI am trying to change the textSize of BottomNavigationView from android support library 25.0.0 <android.support.design.widget.BottomNavigationView android:…
android android-support-library androiddesignsupportI have implemented BottomNavigationView and have no idea how to set selection index or MenuItem id (in my case, middle …
android android-design-library androiddesignsupport selectedindex bottomnavigationviewI am using FAB button along with RecyclerView in a Fragment. This Fragment is an instance of a TabViewPager. I …
android android-fragments floating-action-button androiddesignsupport android-coordinatorlayout