Commit 28f75749a20e0c81a58e33b041e6db46570e72ae
1 parent
6c1ad855
1.实现开始报名
Showing
1 changed file
with
3 additions
and
1 deletions
app/src/main/AndroidManifest.xml
| @@ -13,7 +13,9 @@ | @@ -13,7 +13,9 @@ | ||
| 13 | android:roundIcon="@mipmap/ic_launcher_round" | 13 | android:roundIcon="@mipmap/ic_launcher_round" |
| 14 | android:supportsRtl="true" | 14 | android:supportsRtl="true" |
| 15 | android:theme="@style/AppTheme"> | 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 | <intent-filter> | 19 | <intent-filter> |
| 18 | <action android:name="android.intent.action.MAIN" /> | 20 | <action android:name="android.intent.action.MAIN" /> |
| 19 | 21 |