Skip to content

Commit 23113a9

Browse files
Update README.md
1 parent 4199cc0 commit 23113a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727

2828
## Overview
2929

30-
* **Nexus 5x | 1080 x 1920 | 420dpi:**
30+
### **Nexus 5x | 1080 x 1920 | 420dpi:**
3131
<p>
3232
<img src="art/1080x1920_width.png" width="30%" height="30%">
3333
<img src="art/1080x1920_height.png" width="30%" height="30%">
34-
</p
35-
36-
* **Pixel 2 XL | 1440 x 2880 | 560dpi:**
34+
</p>
35+
36+
* **Pixel 2 XL | 1440 x 2880 | 560dpi:**
3737
<p>
3838
<img src="art/1440x2880_width.png" width="30%" height="30%">
3939
<img src="art/1440x2880_height.png" width="30%" height="30%">
@@ -77,7 +77,7 @@ public class BaseApplication extends Application {
7777

7878
## Advanced
7979

80-
* **Customize the adaptation parameters of the Activity**
80+
* **Customize the adaptation parameters of the Activity:**
8181
```java
8282
public class CustomAdaptActivity extends AppCompatActivity implements CustomAdapt {
8383

@@ -94,7 +94,7 @@ public class CustomAdaptActivity extends AppCompatActivity implements CustomAdap
9494

9595
```
9696

97-
* **Cancel the adaptation of the Activity**
97+
* **Cancel the adaptation of the Activity:**
9898
```java
9999
public class CancelAdaptActivity extends AppCompatActivity implements CancelAdapt {
100100

0 commit comments

Comments
 (0)