We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a70c09 commit b008b50Copy full SHA for b008b50
README.md
@@ -66,7 +66,7 @@
66
implementation 'me.jessyan:autosize:0.7.0'
67
```
68
69
-## Usage (just two steps)
+## Usage (just one steps)
70
### Step 1
71
* **Initialize in AndroidManifest:**
72
```xml
@@ -82,21 +82,6 @@
82
</manifest>
83
84
85
-### Step 2
86
-* **Initialize in Application:**
87
-```java
88
-public class BaseApplication extends Application {
89
- @Override
90
- public void onCreate() {
91
- super.onCreate();
92
- AutoSizeConfig.getInstance()
93
- .setLog(true)
94
- .init(this)
95
- .setUseDeviceSize(false);
96
- }
97
-}
98
-```
99
-
100
## Advanced
101
102
* **Customize the adaptation parameters of the Activity:**
0 commit comments