Commit 59b733a35ec9c8d24a2f3148a8a924a09c8473dd
1 parent
028b7bae
1 优化赛事详情页,卡片滑动手感
Showing
2 changed files
with
3 additions
and
3 deletions
config.gradle
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 |