test(AndroidManifest): update theme to Theme.AppCompat.NoActionBar (#1207)

This commit is contained in:
エリス 2021-04-16 18:32:46 +09:00 committed by GitHub
parent 2a84d7c44d
commit 19bbf1e8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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