Commit 468e8757fee7f1d1a46fdb6681fab930cdabb44e
1 parent
82a3a464
1 修改滑动触感
Showing
1 changed file
with
2 additions
and
2 deletions
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" | ||
| 69 | - android:paddingTop="40dp"> | 68 | + android:focusable="false"> |
| 70 | 69 | ||
| 71 | <ScrollView | 70 | <ScrollView |
| 72 | android:id="@+id/scrollView" | 71 | android:id="@+id/scrollView" |
| 73 | android:layout_width="match_parent" | 72 | android:layout_width="match_parent" |
| 74 | android:layout_height="match_parent" | 73 | android:layout_height="match_parent" |
| 74 | + android:paddingTop="40dp" | ||
| 75 | android:scrollbars="none"> | 75 | android:scrollbars="none"> |
| 76 | 76 | ||
| 77 | <LinearLayout | 77 | <LinearLayout |