The Design package provides APIs to support adding material design components and patterns to your apps.
Background I'm assigned to make a UI that behaves similar to how Google Maps shows a bottom-sheet for a found …
android material-design android-coordinatorlayout android-design-library android-collapsingtoolbarlayoutI'm using a Snackbar from the com.android.support:design:22.2.0 library. I'm using it to undo deletions. To make my …
android material-design android-design-library android-snackbar snackbarRecently android support library was updated to 23.2.0. After downloading android sdk and updating android design support library into 23.2.0, this error …
android android-gradle-plugin android-design-libraryI just tried out the new Support Design Library with CoordinatorLayout, but I'm having problems anchoring child views. My layout …
android android-recyclerview android-design-library coordinator-layoutI'm trying to leverage new Snackbar from Android Design Support Library to display multiline snackbar, as shown in http://www.…
android android-support-library android-design-library android-snackbarI'm using a ScrollView in a layout, and am attempting to use the new CoordinatorLayout from the design support library. …
android android-support-library material-design android-scrollview android-design-libraryI'm referencing a great demo here regarding material design. It has tabs, but when I add too many the tab …
android material-design android-design-library android-support-designThe Android Developers Blog announced in May 2015: The Design library is available now, so make sure to update the Android …
android eclipse android-support-library eclipse-adt android-design-libraryRelated Questions CollapsingToolbarLayout | Scrolling and layout issues Backgroud I want to use 2 different fragments that will allow me to change …
android xml material-design android-design-library android-collapsingtoolbarlayout<android.support.design.widget.NavigationView android:id="@+id/drawer_nav" android:layout_width="wrap_content" android:layout_height="match_…
android android-support-library android-menu android-design-library android-navigationview