Commit 94cdd2fcb795f51486728db91171b5b7e088f81b

Authored by 杨帅
1 parent 5adfa82f

1.实现开始报名

moudle_pedometer/src/main/AndroidManifest.xml
... ... @@ -113,6 +113,7 @@
113 113  
114 114 <activity
115 115 android:name="com.cnlive.moudle.pedometer.ui.activity.RunRaceDetailActivity"
  116 + android:theme="@style/Theme.AppCompat.Light.NoActionBar"
116 117 android:process=":step" />
117 118 </application>
118 119  
... ...