The Design package provides APIs to support adding material design components and patterns to your apps.
I'm getting an wrong behavior when showing an Bottom Sheet Dialog in landscape mode. The problem occurs in the 24.+ version …
android android-support-library android-design-libraryI am using Snackbar in android and I have implemented an action so that user can undo the action (the …
java android android-support-library android-design-library snackbarI have been using the AndroidSlidingUpPanel library in my app. With versions of the Android Design Support Library since 23.1.1, this …
android android-support-library android-design-library bottom-sheetI'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'm using TextInputLayout from android design library version 25.1.1. With the following code: <android.support.design.widget.TextInputLayout xmlns:android="…
android android-layout xamarin android-design-library android-textinputlayoutTitle is clear. I'm having this layout: _________________ |_______________| <- Toolbar |___|___|___|___| <- Tablayout | | | | | ViewPager | | | |_______________| Both toolbar and tablayout are inside …
android android-listview android-support-library android-design-library android-appbarlayoutI have an activity with the layout of: <android.support.design.widget.CoordinatorLayout android:layout_width="match_parent" android:…
android android-layout android-design-library android-coordinatorlayout coordinator-layoutI'm using the following guide to implement a scroll aware FAB: https://guides.codepath.com/android/Floating-Action-Buttons#overview After creating …
android android-support-library android-design-library floating-action-button android-support-designHow to implement collapsing toolbar layout design like Google IO 2015 using Design Library In Open Source Code of Google IO 2015, …
android android-design-library android-collapsingtoolbarlayout googleioIam trying to place a RecyclerView inside a NestedScrollView. The problem is that if I place the RecyclerView inside a …
android android-recyclerview android-design-library nestedscrollview