From 88c9a0d487cae916477ad733cea6786d442cfa5e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 3 Nov 2021 14:22:31 +0530 Subject: app: refactor M3 themes and styles --- app/src/main/AndroidManifest.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 99301d11..c3ff6302 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -28,7 +28,7 @@ android:label="@string/app_name" android:requestLegacyExternalStorage="true" android:supportsRtl="true" - android:theme="@style/APSThemeM3" + android:theme="@style/AppThemeM3" tools:ignore="GoogleAppIndexingWarning"> + android:theme="@style/NoBackgroundThemeM3"> @@ -87,7 +87,7 @@ + android:theme="@style/NoBackgroundThemeM3" /> + android:theme="@style/NoBackgroundThemeM3" /> + android:theme="@style/NoBackgroundThemeM3" /> + android:theme="@style/NoBackgroundThemeM3" /> + android:theme="@style/NoBackgroundThemeM3" /> -- cgit v1.2.3