File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 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% " >
4546
4647## Usage
4748### Step 1
48- #### In AndroidManifest:
49+ * ** In AndroidManifest:**
4950``` xml
5051<manifest >
5152 <application >
6061```
6162
6263### Step 2
63- #### In Application:
64+ * ** In Application:**
6465``` java
6566public 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
8182public 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
9899public class CancelAdaptActivity extends AppCompatActivity implements CancelAdapt {
99100
You can’t perform that action at this time.
0 commit comments