Commit 94cdd2fcb795f51486728db91171b5b7e088f81b
1 parent
5adfa82f
1.实现开始报名
Showing
1 changed file
with
1 additions
and
0 deletions
moudle_pedometer/src/main/AndroidManifest.xml
| @@ -113,6 +113,7 @@ | @@ -113,6 +113,7 @@ | ||
| 113 | 113 | ||
| 114 | <activity | 114 | <activity |
| 115 | android:name="com.cnlive.moudle.pedometer.ui.activity.RunRaceDetailActivity" | 115 | android:name="com.cnlive.moudle.pedometer.ui.activity.RunRaceDetailActivity" |
| 116 | + android:theme="@style/Theme.AppCompat.Light.NoActionBar" | ||
| 116 | android:process=":step" /> | 117 | android:process=":step" /> |
| 117 | </application> | 118 | </application> |
| 118 | 119 |