Commit 59b733a35ec9c8d24a2f3148a8a924a09c8473dd

Authored by 杨帅
1 parent 028b7bae

1 优化赛事详情页,卡片滑动手感

config.gradle
... ... @@ -21,7 +21,7 @@ ext {
21 21 //编译方式
22 22 debug : false,
23 23 //版本号
24   - version: "0.6.11",
  24 + version: "0.6.12",
25 25 //Lib库前缀
26 26 packeg : "com.cnlive.module",
27 27 //Lib库名称
... ...
moudle_pedometer/src/main/res/layout/fragment_run_race_detail.xml
... ... @@ -65,13 +65,13 @@
65 65 android:layout_width="match_parent"
66 66 android:layout_height="match_parent"
67 67 android:clickable="false"
68   - android:focusable="false">
  68 + android:focusable="false"
  69 + android:paddingTop="40dp">
69 70  
70 71 <ScrollView
71 72 android:id="@+id/scrollView"
72 73 android:layout_width="match_parent"
73 74 android:layout_height="match_parent"
74   - android:layout_marginTop="40dp"
75 75 android:scrollbars="none">
76 76  
77 77 <LinearLayout
... ...