Skip to content

Commit f90bdb7

Browse files
committed
add somethings you don't know with studio
1 parent 426eb8e commit f90bdb7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Android基础/屏幕适配.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,12 @@ QHD 960*540
145145

146146

147147
|分辨率对应DPI | 像素密 | 通常的分辨率 | 比例大小|
148+
| ---------- |:----------:|:----------:|-----------:|
148149
|HVGA| mdpi | 160dpi | 320*480 | 1|
149150
|WVGA | hdpi | 240dpi | 480*800 | 1.5|
150-
720P |xhdpi | 320dpi | 720*1280 | 2 |
151-
1080P |xxhdpi | 480dpi | 1080*1920 | 3 |
152-
| xxxhdpi | 640dpi | | 4 |
151+
|720P |xhdpi | 320dpi | 720*1280 | 2 |
152+
|1080P |xxhdpi | 480dpi | 1080*1920 | 3 |
153+
| xx | xxxhdpi | 640dpi | | 4 |
153154

154155
![image](https://raw.githubusercontent.com/CharonChui/Pictures/master/xhdpi.jpg?raw=true)
155156

0 commit comments

Comments
 (0)