|
|
@@ -3,12 +3,15 @@
|
|
|
package="com.guiying.girls">
|
|
|
|
|
|
<application
|
|
|
+ android:name="debug.GirlsApplication"
|
|
|
android:allowBackup="true"
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
android:label="@string/app_name"
|
|
|
android:supportsRtl="true"
|
|
|
android:theme="@style/AppTheme">
|
|
|
- <activity android:name=".GirlsActivity">
|
|
|
+ <activity
|
|
|
+ android:name=".GirlsActivity"
|
|
|
+ android:screenOrientation="portrait">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|