Popular posts from this blog
How to set or How to fixed Android Screen Orientation Android Studio Tutorial
How to change android screen orientation in your app building is a common question for android entry level developer. There are nine types of android screen Orientation. Each orientation works with default, sensor and user mode. And only one mode which is unspecified in properties. If you don't use any android screen orientation properties then it will works as unspecified by default. In order learn how to change android app screen orientation then follow the following steps. (a) android :screenOrientation= "portrait" (b) android :screenOrientation= "landscape" (c) android :screenOrientation= "reversePortrait" (d) android :screenOrientation= "sensorPortrait" (e) android :screenOrientation= "userPortrait" (f) android :screenOrientation= " reverse landscape" (g) android :screenOrientation= "user landscape " (h) android :screenOrientation= "unspecified" (i) android :screenOrientation= ...
Google Standard Color For Android Studio
Color in Material Design is inspired by bold hues juxtaposed with muted environments, deep shadows, and bright highlights. This color palette comprises primary and accent colors that can be used for illustration or to develop your brand colors. They’ve been designed to work harmoniously with each other. The color palette starts with primary colors and fills in the spectrum to create a complete and usable palette for Android, Web, and iOS. Google suggests using the 500 colors as the primary colors in your app and the other colors as accents colors. Themes enable consistent app styling through surface shades, shadow depth, and ink opacity. Color range: 500 Color Code: #F44336 Color range: 50 Color Code: #FFEBEE
Comments
Post a Comment