Skip to content

Commit b6f2c2f

Browse files
committed
Update README-zh.md
1 parent 062e8f5 commit b6f2c2f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README-zh.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,13 @@ public class CustomAdaptActivity extends AppCompatActivity implements CustomAdap
131131
return 667;
132132
}
133133
}
134-
135134
```
136135

137136
* **当某个 Activity 想放弃适配,请实现 CancelAdapt 接口**
138137
```java
139138
public class CancelAdaptActivity extends AppCompatActivity implements CancelAdapt {
140139

141140
}
142-
143141
```
144142

145143
### Fragment
@@ -162,15 +160,13 @@ public class CustomAdaptFragment extends Fragment implements CustomAdapt {
162160
return 667;
163161
}
164162
}
165-
166163
```
167164

168165
* **当某个 Fragment 想放弃适配,请实现 CancelAdapt 接口**
169166
```java
170167
public class CancelAdaptFragment extends Fragment implements CancelAdapt {
171168

172169
}
173-
174170
```
175171

176172
### Subunits (请认真看 demo-subunits,里面有详细介绍)

0 commit comments

Comments
 (0)