Skip to content

Commit

Permalink
hzuapps#3 hzuapps#39 第三次作业
Browse files Browse the repository at this point in the history
  • Loading branch information
YoucaicaiWhomI committed May 19, 2017
1 parent fca5143 commit 3af3260
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions AndroidLabs/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="edu.hzuapps.androidlabs.homeworks.net1409081602222">
package="com.example.hzu.a123" >

<application
android:allowBackup="true"
android:icon="@drawable/head"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme.NoActionBar">
<activity android:name="edu.hzuapps.androidlabs.homeworks.net1409081602222.Net1409081602222MainActivity">
android:theme="@style/AppTheme" >
<activity android:name=".MainActivity" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="edu.hzuapps.androidlabs.homeworks.net1409081602222.Net1409081602222ApplyBudgetActivity" />
<activity android:name="edu.hzuapps.androidlabs.homeworks.net1409081602222.Net1409081602222ApplyCertificateActivity" />
<activity android:name="edu.hzuapps.androidlabs.homeworks.net1409081602222.Net1409081602222MenuActivity"></activity>
</application>

</manifest>

0 comments on commit 3af3260

Please sign in to comment.