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 want to add a onClickListener to navigation view header's items like changing a TextView text or set an image …
android androiddesignsupport navigationviewI am displaying FloatingActionButton along with a Recyclerview in a CoordinatorLayout, when the FAB is clicked a row would be …
android floating-action-button androiddesignsupport android-coordinatorlayout coordinator-layoutI have an activity which hosts a DrawerLayout and NavigationView from support library. I'm setting a header layout to the …
android navigation-drawer material-design androiddesignsupport navigationviewI have a rectangular shaped Edit Text which is inside the TextInputLayout. I want to put some margin between floating …
android android-edittext androiddesignsupport android-textinputlayoutI have very simple layout where I use new android.support.design.widget.TextInputLayout view from Design Support Library <…
android layout android-design-library androiddesignsupportI'm playing around with the Design Support Library TabLayout. My problem is that the title of one of the tabs …
android fragmentpageradapter androiddesignsupport android-tablayoutI recently updated the support design library to the latest version and now every activity that has a CollapsingToolbarLayout throws …
android android-collapsingtoolbarlayout androiddesignsupportI've been playing with Google's new design support library and it's a blast! I'm just a little stumped though on …
android material-design android-design-library androiddesignsupportI have a RecyclerView using a LinearLayoutManager with HORIZONTAL orientation, nested inside a FrameLayout using the BottomSheet Behavior. When attempting …
android android-recyclerview androiddesignsupport bottom-sheetI need tabs for the application I am developing. So I ended up with tablayout and it contains few tabs. …
android android-tablayout androiddesignsupport