You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/04/16 09:32:58 UTC

[cordova-android] branch master updated: test(AndroidManifest): update theme to Theme.AppCompat.NoActionBar (#1207)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new 19bbf1e  test(AndroidManifest): update theme to Theme.AppCompat.NoActionBar (#1207)
19bbf1e is described below

commit 19bbf1e8c1140eec76870eff4bdbc12c8a111c64
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Apr 16 18:32:46 2021 +0900

    test(AndroidManifest): update theme to Theme.AppCompat.NoActionBar (#1207)
---
 spec/unit/AndroidManifest.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/unit/AndroidManifest.spec.js b/spec/unit/AndroidManifest.spec.js
index a0149ca..f7d8e46 100644
--- a/spec/unit/AndroidManifest.spec.js
+++ b/spec/unit/AndroidManifest.spec.js
@@ -40,7 +40,7 @@ describe('AndroidManifest', () => {
         android:supportsRtl="true" android:debuggable="true">
         <activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"
             android:label="@string/activity_name" android:launchMode="${ACTIVITY_LAUNCH_MODE}"
-            android:name="${ACTIVITY_NAME}" android:theme="@android:style/Theme.DeviceDefault.NoActionBar"
+            android:name="${ACTIVITY_NAME}" android:theme="@style/Theme.AppCompat.NoActionBar"
             android:windowSoftInputMode="adjustResize" android:screenOrientation="${ACTIVITY_ORIENTATION}">
             <intent-filter android:label="@string/launcher_name">
                 <action android:name="android.intent.action.MAIN" />

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org