Commit 28f75749a20e0c81a58e33b041e6db46570e72ae

Authored by 杨帅
1 parent 6c1ad855

1.实现开始报名

app/src/main/AndroidManifest.xml
... ... @@ -13,7 +13,9 @@
13 13 android:roundIcon="@mipmap/ic_launcher_round"
14 14 android:supportsRtl="true"
15 15 android:theme="@style/AppTheme">
16   - <activity android:name=".MainActivity">
  16 + <activity
  17 + android:name=".MainActivity"
  18 + android:theme="@style/Theme.AppCompat.Light.NoActionBar">
17 19 <intent-filter>
18 20 <action android:name="android.intent.action.MAIN" />
19 21  
... ...