|
|
@@ -97,18 +97,7 @@
|
|
|
<activity
|
|
|
android:name=".uploadSettingActivity"
|
|
|
android:theme="@style/Base.Theme.AppCompat.Light"/>
|
|
|
- <activity
|
|
|
- android:name=".POP.PopActivity"
|
|
|
- android:label="@string/app_name"
|
|
|
- android:stateNotNeeded="true"
|
|
|
- android:theme="@style/Theme.AppCompat.Light"
|
|
|
- android:windowSoftInputMode="stateHidden|adjustResize"/>
|
|
|
- <activity
|
|
|
- android:name=".Model.ModelActivity"
|
|
|
- android:label="@string/app_name"
|
|
|
- android:stateNotNeeded="true"
|
|
|
- android:theme="@style/Theme.AppCompat.Light"
|
|
|
- android:windowSoftInputMode="stateHidden|adjustResize"/>
|
|
|
+
|
|
|
<activity
|
|
|
android:name=".PhotoList.PhotoListActivity"
|
|
|
android:stateNotNeeded="true"
|
|
|
@@ -139,11 +128,26 @@
|
|
|
android:theme="@style/Theme.AppCompat.Light">
|
|
|
</activity>
|
|
|
|
|
|
+ <!--Mode-->
|
|
|
+
|
|
|
+ <activity
|
|
|
+ android:name=".POP.PopActivity"
|
|
|
+ android:label="@string/app_name"
|
|
|
+ android:stateNotNeeded="true"
|
|
|
+ android:theme="@style/Theme.AppCompat.Light"
|
|
|
+ />
|
|
|
+
|
|
|
+ <activity
|
|
|
+ android:name=".Model.ModelActivity"
|
|
|
+ android:label="@string/app_name"
|
|
|
+ android:stateNotNeeded="true"
|
|
|
+ android:theme="@style/Theme.AppCompat.Light"
|
|
|
+ />
|
|
|
+
|
|
|
<activity android:name=".POD.PodActivity"
|
|
|
android:label="@string/app_name"
|
|
|
android:stateNotNeeded="true"
|
|
|
android:theme="@style/Theme.AppCompat.Light"
|
|
|
- android:windowSoftInputMode="stateHidden|adjustResize"
|
|
|
>
|
|
|
|
|
|
</activity>
|