Material design is Google's guide for visual, motion, and interaction design across platforms and devices, introduced with Android 5.0 Lollipop.
Has anyone build webpages using react.js and the Material UI library? How should I resize the icon size? It …
css svg reactjs material-design material-uiI want to create a Circluar Determinate ProgressBar, the kind which shows the Progress in the center of the Bar. …
android material-design android-progressbar material-components-android progress-indicatorI am trying to implement transitions between fragments which have "shared elements" as described in the new material design specs. …
android fragment material-designGoogle has shown some nice ways that elevation effect are shown on Lollipop here. android:elevation="2dp" for buttons, android:…
android material-design android-appcompat android-elevationI want to use my company's brand colors throughout the app. I have found this issue: AngularJS 2 - Material design …
angular sass material-design angular-material2I'm using ActionBarActivity from the Android 5 SDK and here is my theme.xml for v21 <style name="AppTheme_Light" …
android android-5.0-lollipop material-design android-support-library android-appcompatI 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 am contributing to an Open Source Project where I am developing Material design for React Native. I am blocked …
android css reactjs material-design react-nativeI 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 have an imagebutton that doesn't respond with a touch animation when it is clicked because it is a static …
android xml android-5.0-lollipop imagebutton material-design