| Index: chrome/android/java/AndroidManifest.xml
|
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
|
| index 8ba2b22b453a01ddf73cc42003102961e8e5f92a..f4b87706c35f90adef241971df9dfbb1c7c8b698 100644
|
| --- a/chrome/android/java/AndroidManifest.xml
|
| +++ b/chrome/android/java/AndroidManifest.xml
|
| @@ -323,7 +323,7 @@ by a child template that "extends" this file.
|
| </intent-filter>
|
| </activity-alias>
|
| <activity android:name="org.chromium.chrome.browser.webapps.WebappActivity"
|
| - android:theme="@style/MainTheme"
|
| + android:theme="@style/WebApp"
|
| android:label="@string/webapp_activity_title"
|
| android:documentLaunchMode="intoExisting"
|
| android:windowSoftInputMode="adjustResize"
|
| @@ -337,7 +337,7 @@ by a child template that "extends" this file.
|
| </activity-alias>
|
| {% for i in range(10) %}
|
| <activity android:name="org.chromium.chrome.browser.webapps.WebappActivity{{ i }}"
|
| - android:theme="@style/MainTheme"
|
| + android:theme="@style/WebApp"
|
| android:icon="@mipmap/app_shortcut_icon"
|
| android:label="@string/webapp_activity_title"
|
| android:launchMode="singleTask"
|
|
|