Commit 468e8757fee7f1d1a46fdb6681fab930cdabb44e

Authored by 杨帅
1 parent 82a3a464

1 修改滑动触感

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"
69   - android:paddingTop="40dp">
  68 + android:focusable="false">
70 69  
71 70 <ScrollView
72 71 android:id="@+id/scrollView"
73 72 android:layout_width="match_parent"
74 73 android:layout_height="match_parent"
  74 + android:paddingTop="40dp"
75 75 android:scrollbars="none">
76 76  
77 77 <LinearLayout
... ...