ANDROID CHEAT SHEET

android cheat sheet

Android Mobile Case

dp mesurements

TYPOGRAPHY
one sp(scale-independent pixel) is one pixel on a 160 DPI screen if the user’s global text scale is set to 100%
Roboto, text size micro – 12sp
Roboto, text size small – 14sp
Roboto, text size medium – 18sp
Roboto, text size large – 22sp

SCREEN SIZE
MDPI HDPI XHDPI XXHDPI XXXHDPI
Size 1 X 1.5 X 2 X 3 X 4 X
Screen
density
160 DPI 240 DPI 320 DPI 480 DPI 640 DPI
Action bar
height
48 px 72 px 96 px 144 px 192 px
Status bar
height
25 px 38 px 50 px 75 px 100 px
Tab bar
height
48 px 72 px 96 px 144 px 192 px
Tab bar height
(Scrollable)
48 px 72 px 96 px 144 px 192 px

NAVIGATION DRAWER
The height of the indiviual line items should not fall below 48 dp.
Navigation drawer

ICON SIZE
Launcher Icons

48 px 72 px 96 px 144 px 192 px
Action bar Icons

    

 

24 px

32 px

 

36 px

48 px

 

48 px

64 px

 

72 px

96 px

 

96 px

128 px

Small / Contextual Icon

    

 

12 px

16 px

 

18 px

24 px

 

24px

36 px

 

36 px

48px

 

48 px

64 px

Notification Icon

    

 

24 px

22 px

 

36 px

33 px

 

48 px

44 px

 

72 px

66 px

 

96 px

88 px

LABEL VISUAL ELEMENTS
Navigation drawer
1 Group   2 All contacts   3 Favorites   4 Search   5 Action overflow button
6 when starred: remove from favorites, when not starred: add to favorites

Click the below icon to Download

downloadpdfbutton

Leave a Reply