Top "Android-support-library" questions

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

Android 4.3 menu item showAsAction="always" ignored

I'm using the new v7 appcompat library available starting from Android 4.3 (API level 18). Regardless of what is specified in showAsAction …

android menuitem android-support-library android-actionbar-compat
Set state of BottomSheetDialogFragment to expanded

How do you set the state of a fragment extending BottomSheetDialogFragment to expanded using BottomSheetBehavior#setState(STATE_EXPANDED) using the …

android android-fragments android-support-library android-support-design
Use Tab with new ToolBar (AppCompat v7-21)

I was using SupportActionBar with tabs and a custom ActionBar theme (created with http://jgilfelt.github.io/android-actionbarstylegenerator/), that show …

android tabs android-support-library android-appcompat android-actionbar-compat
How to add footer to NavigationView - Android support design library?

How can I set footer settings and profile items to NavitationView? to looks like the Inbox by email navigation drawer. …

android android-support-library android-design-library
Disabling User dragging on BottomSheet

I am trying to disable user dragging on BottomSheet. The reason I want to disable is two things. 1. It's preventing …

android android-support-library bottom-sheet android-support-design
ViewPager.setOffscreenPageLimit(0) doesn't work as expected

The fragments I use in my ViewPager instance are quite resource intensive, so I'd only like to load one at …

android android-viewpager android-support-library
ViewPager in a NestedScrollView

I need to create an interface like Google Newsstand which is a sort of ViewPager (horizontal scroll) over a collapsing …

android android-layout android-viewpager android-support-library
android - apply selectableItemBackground in xml with support v7

even with android support v7 included in my application adding android:background="?android:attr/selectableItemBackground" makes my IDE, Eclipse throw …

android android-xml android-support-library
BottomNavigationView display both icons and text labels at all times

I am using android.support.design.widget.BottomNavigationView from design support library version 25 compile 'com.android.support:design:25.0.0' <…

android android-support-library android-support-design bottomnavigationview