|
|
|
@ -18,7 +18,7 @@ |
|
|
|
|
android:theme="@style/Theme.CSAMS" |
|
|
|
|
android:name=".APP"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--初始化界面--> |
|
|
|
|
<activity |
|
|
|
|
android:name=".InitActivity" |
|
|
|
|
android:exported="true" |
|
|
|
@ -30,21 +30,25 @@ |
|
|
|
|
</intent-filter> |
|
|
|
|
</activity> |
|
|
|
|
|
|
|
|
|
<!--登录界面--> |
|
|
|
|
<activity |
|
|
|
|
android:name=".account.ui.AccountActivity" |
|
|
|
|
android:windowSoftInputMode="stateVisible|adjustResize" |
|
|
|
|
android:exported="true"> |
|
|
|
|
</activity> |
|
|
|
|
|
|
|
|
|
<!--主界面--> |
|
|
|
|
<activity |
|
|
|
|
android:name=".main.ui.MainActivity" |
|
|
|
|
android:exported="true"> |
|
|
|
|
</activity> |
|
|
|
|
|
|
|
|
|
<!--注册社团界面--> |
|
|
|
|
<activity android:name=".association.ui.RegAssociationActivity" |
|
|
|
|
android:exported="true"> |
|
|
|
|
</activity> |
|
|
|
|
|
|
|
|
|
<!--社团主界面--> |
|
|
|
|
<activity android:name=".association.ui.AssociationActivity" |
|
|
|
|
android:exported="true"> |
|
|
|
|
</activity> |
|
|
|
|