Procházet zdrojové kódy

1.修改Android RAImage 按钮随键盘上移。

Pen Li před 7 roky
rodič
revize
1f05b6d87b
1 změnil soubory, kde provedl 17 přidání a 13 odebrání
  1. 17 13
      ApexDrivers/raimage/src/main/AndroidManifest.xml

+ 17 - 13
ApexDrivers/raimage/src/main/AndroidManifest.xml

@@ -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>