Fix forgot password layout text alignment and change theme to show
correct text colour in night mode
Test: manual test
Fixes: b/206761685
Change-Id: Idccf40357a6b5f33ece89bc2772fa6ca51e4596a
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a3a6fcf..699047f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2313,7 +2313,7 @@
android:theme="@style/GlifTheme.Light"/>
<activity android:name=".password.ForgotPasswordActivity"
- android:theme="@style/GlifV3Theme.Light"
+ android:theme="@style/GlifV3Theme.DayNight"
android:exported="false"/>
<activity android:name=".biometrics.face.FaceEnrollParentalConsent"