Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Aug 17, 2018
1 parent 73cbd49 commit 8a2a284
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ public class BaseApplication extends Application {

### Advanced
#### In Activity:

**Customize the adaptation parameters of the Activity**
```java
public class CustomAdaptActivity extends AppCompatActivity implements CustomAdapt {

Expand All @@ -79,6 +81,7 @@ public class CustomAdaptActivity extends AppCompatActivity implements CustomAdap

```

**Cancel the adaptation of the Activity**
```java
public class CancelAdaptActivity extends AppCompatActivity implements CancelAdapt {

Expand Down

0 comments on commit 8a2a284

Please sign in to comment.