Top "Androiddesignsupport" questions

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.

Can't use srcCompat for ImageViews in android

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 androiddesignsupport
android:textAllCaps="false" not working for TabLayout design Support

I have set android:textAllCaps="false" in my android.support.design.widget.TabLayout thought it is showing the Tab Title …

android androiddesignsupport android-tablayout
How to set the divider between Tabs in TabLayout of design support library?

I am using the new android.support.design.widget.TabLayout of v7-appcompat library, and found a problem, there is …

android androiddesignsupport
Remove BottomNavigationView labels

Google released new support library v25 with BottomNavigationView is there any way to remove items labels ?

android android-support-library androiddesignsupport bottomnavigationview
TabLayout set spacing or margin each tab

I 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-tablayout
What is the difference between AppBarLayout vs Toolbar?

I want to include Toolbar in my app, but the design support library just came out with AppBarLayout, so I …

android androiddesignsupport
Custom TextSize of BottomNavigationView support android

I 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 androiddesignsupport
Set initially selected item index/id in BottomNavigationView

I 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 bottomnavigationview
Floating Action Button not showing fully inside a fragment

I 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