Commit 6c1ad855b7b9363521dd321a13a3254d4c5f1360
Merge branch 'master' of bj.gitlab.cnlive.com:cnlive-team/ModulePedometer
Showing
1 changed file
with
1 additions
and
0 deletions
moudle_pedometer/src/main/AndroidManifest.xml
| @@ -103,6 +103,7 @@ | @@ -103,6 +103,7 @@ | ||
| 103 | 103 | ||
| 104 | <activity | 104 | <activity |
| 105 | android:name="com.cnlive.moudle.pedometer.ui.activity.RunRaceDetailActivity" | 105 | android:name="com.cnlive.moudle.pedometer.ui.activity.RunRaceDetailActivity" |
| 106 | + android:theme="@style/Theme.AppCompat.Light.NoActionBar" | ||
| 106 | android:process=":step" /> | 107 | android:process=":step" /> |
| 107 | </application> | 108 | </application> |
| 108 | 109 |