mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
test(AndroidManifest): update theme to Theme.AppCompat.NoActionBar (#1207)
This commit is contained in:
parent
2a84d7c44d
commit
19bbf1e8c1
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user