Sign in
CNLive Android Team
/
ModulePedometer
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
94cdd2fcb795f51486728db91171b5b7e088f81b
Authored by
杨帅
2019-05-31 14:27:58 +0800
1 parent
5adfa82f
1.实现开始报名
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
moudle_pedometer/src/main/AndroidManifest.xml
moudle_pedometer/src/main/AndroidManifest.xml
View file @
94cdd2f
...
...
@@ -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
...
...