Skip to content

Commit 5098ae1

Browse files
committed
Fix broken Markdown headings
1 parent 615e2f8 commit 5098ae1

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
@@ -6,14 +6,14 @@
66

77
- 测试版本4.1.2,4.2.2,4.4.2可用
88

9-
##2014-9-11修改
9+
## 2014-9-11修改
1010

1111
- 修复设置高度`wrap_content`时显示不全的bug
1212
- 修复点击后,翻转过程中向下滑动出现的bug
1313

1414
>注意:如果设置高度为`wrap_content`,为了保证动画视觉上的完整性,需要设置自身及所有关联窗口的`android:clipChildren`属性为false(代码中setClipChildren(false))。
1515
16-
##使用
16+
## 使用
1717

1818

1919
CardView cardView = (CardView) findViewById(R.id.cardView1);
@@ -28,7 +28,7 @@
2828
});
2929

3030

31-
##问题
31+
## 问题
3232

3333
- 测试2.3.2有严重bug(估计4.0版本之前都有此bug),不可用。
3434

0 commit comments

Comments
 (0)