Top "Android-support-library" questions

The Android Support Library contains backported APIs from newer platforms and APIs that offer utility functionality.

NavigationView get/find header layout

In my NavigationView I have a header layout with id 'viewId' with active buttons. To setup those buttons, I do …

android android-support-library android-design-library navigationview
How to create a simple divider in the new NavigationView?

Google introduced the NavigationView in the Design Support Library version 22.2.0 with which you can create a drawer very easily using …

android navigation-drawer android-support-library android-design-library navigationview
Failed to resolve com.google.android.gms play-services-auth:11.4.0

I am trying to write code for Android FirebaseUI — Auth in my android project but from last two days, I …

java android android-gradle-plugin google-play-services android-support-library
Resolved versions for app (22.0.0) and test app (21.0.3) differ

After upgrading to API 22 and support lib revision 22 I'm getting the following warning: Warning:Conflict with dependency 'com.android.support:…

android android-support-library
getSupportActionBar from inside of Fragment ActionBarCompat

I'm starting a new project that uses the AppCompat/ActionBarCompat in v7 support library. I'm trying to figure out how …

android android-fragments android-support-library android-actionbar-compat
Rendering problems in Android Studio v 1.1 / 1.2

When I add android.support.v7.widget.Toolbar or another android.support.v7.widget.* there are rendering problems. But Support …

android android-support-library
How to use the SwipeRefreshLayout?

Background Google has recently published an update to its support library, which now has a new "SwipeRefreshLayout" view. The view …

android android-support-library swiperefreshlayout
Android: Bottom Navigation View - change icon of selected item

I have added BottomNavigationView in my application like. main.xml <android.support.design.widget.BottomNavigationView android:id="@+id/bottom_…

android android-layout android-support-library bottomnavigationview
Navigation drawer item icon not showing original colour

I'm trying to show an icon next to an item within my menu for my navigation drawer, but for some …

java android xml android-support-library
FloatingActionButton with text instead of image

I'm trying to figure out how can be modified FloatingActionButton from android support library. Can it be used with the …

android material-design android-support-library floating-action-button