The Design package provides APIs to support adding material design components and patterns to your apps.
I have used android.support.design.widget.TabLayout in my application with Min SDK 15. By default it takes Tab title …
android tabs android-tablelayout android-design-library gwt-tablayoutpanelI am using the view CoordinatorLayout from android.support.design. I want to attach the app:layout_behavior to the …
android android-appcompat android-recyclerview android-design-library android-coordinatorlayoutI am trying to hide my FloatingActionButton fabLocation programmatically with : fabLocation.setVisibility(View.GONE) but it does not work. If …
android material-design android-design-library floating-action-buttonI'm using TabLayout of the new material design and i have a problem, i can't update tab content of a …
android tabs android-design-libraryI am using recently released Android Design Support Library to show floating label with EditTexts. But i am facing the …
android material-design android-design-libraryI am trying to use the CoordinatorLayout from the new Android design library. I added the package to gradle; then …
android xml android-design-libraryIn tab custom layout I set its parent element to match_parent and set its background color. When I run …
android android-layout android-design-library androiddesignsupport android-tablayoutHad a crash while trying to use the new TextInputField for Android and wanted to share my solution. Trying the …
android android-design-libraryHi i'am trying to import the new android support library like this com.android.support:support-design:22.0.0 but i got this …
android material-design android-support-library android-design-library android-support-designSo I've started using the new Snackbar in the Design Support Library, but I found that when you define "android:…
android android-support-library android-design-library android-snackbar snackbar