Commit 9cb4af9067db49748bb2bc279622e8ac5c745a7e

Authored by 杨帅
1 parent f355f20d

1 修改赛事详情页返回键

moudle_pedometer/src/main/res/layout/fragment_run_race_detail.xml
... ... @@ -162,8 +162,8 @@
162 162 android:padding="10dp">
163 163  
164 164 <ImageView
165   - android:layout_width="12dp"
166   - android:layout_height="20dp"
  165 + android:layout_width="9dp"
  166 + android:layout_height="14dp"
167 167 android:background="@drawable/icon_run_white_back" />
168 168 </LinearLayout>
169 169  
... ...