File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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
139138public 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
170167public class CancelAdaptFragment extends Fragment implements CancelAdapt {
171168
172169}
173-
174170```
175171
176172### Subunits (请认真看 demo-subunits,里面有详细介绍)
You can’t perform that action at this time.
0 commit comments