Slides Android
Slides Android
www.designboatschool.in
+91 - 91644 47999 designboatschool.in
Material Design
Material Design (originally referred to as and codenamed “Quantum Paper”) was
developed by Google and is a design language used for interfaces. The idea, is to
provide a design language which mimics the feel of pen and paper. Material design
offers the user physical edges and surfaces to work with seams and shadows giving
context to what parts of a digital design can be touched.
Screen Sizes
Categories
MDPI HDPI XHDPI (360x640) XXHDPI XXXHDPI
Examples
Following are the few examples for layout structure in android.
Status Bar
On Android, the status bar contains notification icons and system icons. Different
types of status bars are as follows,
Status bar color in a darker tone of Light status bar color is based on
the app bar color sample taken from content
The top app bar provides content and actions related to the current screen. It's used
for branding, screen titles, navigation, and actions.
Navigation Bar
The navigation bar in Android consists of following controls: Back, Home, and
Overview.
Dark Light
Bottom Navigation
Bottom navigation provides quick navigation between top-level views of an app. It
is primarily designed for use on mobile. Minimum and maximum number of
destinations are 3 and 5 respectively.
Type 1 Type 2
Tabs
Tabs enable content organization at a high level, such as switching between views,
data sets, or functional aspects of an app. There are two types of Tabs, that is
Fixed Tab and Scrollable Tab.
Buttons
Buttons communicate the action that will occur when the user touches them.
Mini Extended
Regular
+91 - 91644 47999 designboatschool.in
Navigation Drawers
Navigation drawers provide access to destinations and app functionality, such as
switching accounts.
Cards
Cards are surfaces that display content and actions on a single topic. They should
be easy to scan for relevant and actionable information.
Headline 4
Body 2
Headline 6
Headline 6 BUTTON BUTTON
Body 2
Body 2
Snackbar
Snackbars inform users of a process that an app has performed or will perform.
They appear temporarily, towards the bottom of the screen. They shouldn’t
interrupt the user experience, and they don’t require user input to disappear.
Text Only
Text with Action
Banners
A banner displays a prominent message and related optional actions. Banners
should be displayed at the top of the screen, below a top app bar. They are
persistent and allowing the user to ignore them or interact with them at any time.
Dialogs
A dialog is a type of modal window that appears in front of app content to provide
critical information or ask for a decision. Dialogs disable all app functionality when
they appear, and remain on screen until confirmed, dismissed, or a required action
has been taken.
Headline 6 Headline 6
Alert dialog prompt
Apparently we had reached a Apparently we had reached a
great height in the nature great height in the nature for
for the... the...
BUTTON BUTTON
Alert - Confirmation
+91 - 91644 47999 designboatschool.in
Text Fields
Text fields allow users to enter text into a UI. They typically appear in forms and
dialogs.
Label Label
Label
Label
Input text Input text
Status Bar
App Bar
Tab Bar
Navigation Bar
+91 - 91644 47999 designboatschool.in
Color Palette
In Material Design, a primary color refers to a color that appears most frequently
in your app. A secondary color refers to a color used to accent key parts of your
UI. Google suggests using the 500 colors as the primary colors in your app and
the other colors as accents colors.
Using colors from the Material Design palette is optional.
Credits: www.material.io