Commit 59b733a35ec9c8d24a2f3148a8a924a09c8473dd

Authored by 杨帅
1 parent 028b7bae

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

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