We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615e2f8 commit 5098ae1Copy full SHA for 5098ae1
readme.md
@@ -6,14 +6,14 @@
6
7
- 测试版本4.1.2,4.2.2,4.4.2可用
8
9
-##2014-9-11修改
+## 2014-9-11修改
10
11
- 修复设置高度`wrap_content`时显示不全的bug
12
- 修复点击后,翻转过程中向下滑动出现的bug
13
14
>注意:如果设置高度为`wrap_content`,为了保证动画视觉上的完整性,需要设置自身及所有关联窗口的`android:clipChildren`属性为false(代码中setClipChildren(false))。
15
16
-##使用
+## 使用
17
18
19
CardView cardView = (CardView) findViewById(R.id.cardView1);
@@ -28,7 +28,7 @@
28
});
29
30
31
-##问题
+## 问题
32
33
- 测试2.3.2有严重bug(估计4.0版本之前都有此bug),不可用。
34
0 commit comments