summaryrefslogtreecommitdiff
path: root/common/androidx-test/manifests/androidx.test.core/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/androidx-test/manifests/androidx.test.core/AndroidManifest.xml')
-rw-r--r--common/androidx-test/manifests/androidx.test.core/AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/androidx-test/manifests/androidx.test.core/AndroidManifest.xml b/common/androidx-test/manifests/androidx.test.core/AndroidManifest.xml
index f16ef398..ed79120d 100644
--- a/common/androidx-test/manifests/androidx.test.core/AndroidManifest.xml
+++ b/common/androidx-test/manifests/androidx.test.core/AndroidManifest.xml
@@ -27,7 +27,7 @@
<activity
android:name="androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity"
android:exported="true"
- android:theme="@android:style/Theme" >
+ android:theme="@style/WhiteBackgroundTheme" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
@@ -35,7 +35,7 @@
<activity
android:name="androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity"
android:exported="true"
- android:theme="@android:style/Theme" >
+ android:theme="@style/WhiteBackgroundTheme" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
@@ -43,7 +43,7 @@
<activity
android:name="androidx.test.core.app.InstrumentationActivityInvoker$EmptyFloatingActivity"
android:exported="true"
- android:theme="@android:style/Theme.Dialog" >
+ android:theme="@style/WhiteBackgroundDialogTheme" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>