|
110 | 110 | <activity
|
111 | 111 | android:name=".ui.login.MagicLinkInterceptActivity"
|
112 | 112 | android:exported="true"
|
113 |
| - android:theme="@style/LoginTheme"> |
| 113 | + android:theme="@style/LoginTheme" |
| 114 | + android:windowSoftInputMode="adjustResize"> |
114 | 115 | <intent-filter>
|
115 | 116 | <action android:name="android.intent.action.VIEW" />
|
116 | 117 |
|
|
124 | 125 | </activity>
|
125 | 126 | <activity
|
126 | 127 | android:name=".ui.prefs.AppSettingsActivity"
|
127 |
| - android:theme="@style/Theme.Woo.DayNight" /> |
| 128 | + android:theme="@style/Theme.Woo.DayNight" |
| 129 | + android:windowSoftInputMode="adjustResize" /> |
128 | 130 | <activity
|
129 | 131 | android:name=".ui.prefs.UnifiedAboutScreenActivity"
|
130 |
| - android:theme="@style/Theme.Woo.UnifiedAbout" /> |
| 132 | + android:theme="@style/Theme.Woo.UnifiedAbout" |
| 133 | + android:windowSoftInputMode="adjustResize" /> |
131 | 134 | <activity
|
132 | 135 | android:name=".support.WooLogViewerActivity"
|
133 | 136 | android:label="@string/logviewer_activity_title"
|
134 |
| - android:theme="@style/Theme.Woo.DayNight" /> |
| 137 | + android:theme="@style/Theme.Woo.DayNight" |
| 138 | + android:windowSoftInputMode="adjustResize" /> |
135 | 139 | <activity
|
136 | 140 | android:name=".support.SSRActivity"
|
137 | 141 | android:label="@string/support_system_status_report"
|
138 |
| - android:theme="@style/Theme.Woo.DayNight" /> |
| 142 | + android:theme="@style/Theme.Woo.DayNight" |
| 143 | + android:windowSoftInputMode="adjustResize" /> |
139 | 144 | <activity
|
140 | 145 | android:name=".support.requests.SupportRequestFormActivity"
|
141 | 146 | android:label="@string/support_request"
|
142 |
| - android:theme="@style/Theme.Woo.DayNight" /> |
| 147 | + android:theme="@style/Theme.Woo.DayNight" |
| 148 | + android:windowSoftInputMode="adjustResize" /> |
143 | 149 | <activity
|
144 | 150 | android:name=".support.help.HelpActivity"
|
145 | 151 | android:label="@string/support_help"
|
146 |
| - android:theme="@style/Theme.Woo.DayNight" /> |
147 |
| - <activity |
148 |
| - android:name="zendesk.support.guide.HelpCenterActivity" |
149 |
| - android:theme="@style/Theme.Woo.DayNight.Zendesk" /> |
150 |
| - <activity |
151 |
| - android:name="zendesk.support.guide.ViewArticleActivity" |
152 |
| - android:theme="@style/Theme.Woo.DayNight.Zendesk" /> |
153 |
| - <activity |
154 |
| - android:name="zendesk.support.request.RequestActivity" |
155 |
| - android:theme="@style/Theme.Woo.DayNight.Zendesk" /> |
156 |
| - <activity |
157 |
| - android:name="zendesk.support.requestlist.RequestListActivity" |
158 |
| - android:theme="@style/Theme.Woo.DayNight.Zendesk" /> |
| 152 | + android:theme="@style/Theme.Woo.DayNight" |
| 153 | + android:windowSoftInputMode="adjustResize" /> |
159 | 154 | <activity
|
160 | 155 | android:name="org.wordpress.android.mediapicker.ui.MediaPickerActivity"
|
161 |
| - android:theme="@style/Theme.Woo.DayNight" /> |
| 156 | + android:theme="@style/Theme.Woo.DayNight" |
| 157 | + android:windowSoftInputMode="adjustResize" /> |
162 | 158 | <!-- Make sure portrait screen orientation is not required for the installation of the app -->
|
163 | 159 | <activity
|
164 | 160 | android:name="com.woocommerce.android.ui.woopos.root.WooPosActivity"
|
| 161 | + android:exported="false" |
165 | 162 | android:theme="@style/Theme.WooPos"
|
166 |
| - android:exported="false" /> |
| 163 | + android:windowSoftInputMode="adjustResize" /> |
167 | 164 | <activity
|
168 | 165 | android:name="com.woocommerce.android.ui.woopos.cardreader.WooPosCardReaderActivity"
|
169 |
| - android:theme="@style/Theme.WooPos.Transparent" /> |
| 166 | + android:theme="@style/Theme.WooPos.Transparent" |
| 167 | + android:windowSoftInputMode="adjustResize" /> |
170 | 168 |
|
171 | 169 | <!-- Stats today app widget -->
|
172 | 170 | <meta-data
|
|
0 commit comments