Skip to content

Commit 4199cc0

Browse files
Update README.md
1 parent e390c6d commit 4199cc0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@
2626

2727

2828
## Overview
29-
### Nexus 5x | 1080 x 1920 | 420dpi:
29+
30+
* **Nexus 5x | 1080 x 1920 | 420dpi:**
3031
<p>
3132
<img src="art/1080x1920_width.png" width="30%" height="30%">
3233
<img src="art/1080x1920_height.png" width="30%" height="30%">
3334
</p
34-
35-
### Pixel 2 XL | 1440 x 2880 | 560dpi:
35+
36+
* **Pixel 2 XL | 1440 x 2880 | 560dpi:**
3637
<p>
3738
<img src="art/1440x2880_width.png" width="30%" height="30%">
3839
<img src="art/1440x2880_height.png" width="30%" height="30%">
@@ -45,7 +46,7 @@
4546

4647
## Usage
4748
### Step 1
48-
#### In AndroidManifest:
49+
* **In AndroidManifest:**
4950
```xml
5051
<manifest>
5152
<application>
@@ -60,7 +61,7 @@
6061
```
6162

6263
### Step 2
63-
#### In Application:
64+
* **In Application:**
6465
```java
6566
public class BaseApplication extends Application {
6667
@Override
@@ -76,7 +77,7 @@ public class BaseApplication extends Application {
7677

7778
## Advanced
7879

79-
**Customize the adaptation parameters of the Activity**
80+
* **Customize the adaptation parameters of the Activity**
8081
```java
8182
public class CustomAdaptActivity extends AppCompatActivity implements CustomAdapt {
8283

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

9495
```
9596

96-
**Cancel the adaptation of the Activity**
97+
* **Cancel the adaptation of the Activity**
9798
```java
9899
public class CancelAdaptActivity extends AppCompatActivity implements CancelAdapt {
99100

0 commit comments

Comments
 (0)