Skip to content

Commit 4fd0862

Browse files
committed
Fix broken Markdown headings
1 parent e292982 commit 4fd0862

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,19 +288,19 @@ public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType)
288288

289289
## 常见问题
290290

291-
###(1)导入后出现`org/gradle/api/publication/maven/internal/DefaultMavenFactory`
291+
### (1)导入后出现`org/gradle/api/publication/maven/internal/DefaultMavenFactory`
292292

293293
最简单的方式,通过`compile 'com.zhy:autolayout:x.x.x'`进行依赖使用,如果一定要以module引用,参考该issue[#74](https://github.com/hongyangAndroid/AndroidAutoLayout/issues/74)
294294

295-
###(2)RadioGroup,Toolbar等控件中的子View无法完成适配
295+
### (2)RadioGroup,Toolbar等控件中的子View无法完成适配
296296

297297
这个其实上文已经提到过了,需要自己扩展。不过这个很多使用者贡献了他们的扩展类可以直接使用,
298298
参考[autolayout-widget](https://github.com/hongyangAndroid/AndroidAutoLayout/tree/master/widgetsample),
299299
如果没有发现你需要的容器类,那么你就真的需要自行扩展了,当然如果你完成了扩展,可以给我发个PR,或者让我知道,我可以加入到
300300
`autolayout-widget`中方便他人,ps:需要用到哪个copy就好了,不要直接引用`autolayout-widget`,因为其引用了大量的库,可能很多
301301
库你是用不到的。
302302

303-
###(3)java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
303+
### (3)java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
304304

305305
这个问题是因为默认AutoLayoutActivity会继承自AppCompatActivity,所以默认需要设置
306306
Theme.AppCompat的theme;

0 commit comments

Comments
 (0)