Fix the color problem at top/bottom border when page transition

Fixes: 183361867
Test: manual test
Change-Id: Ia1b418adaeacd68fa6904ace8a0b2818c2d9d9be
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f992e45..ba15215 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2448,7 +2448,7 @@
 
         <activity
             android:name="com.android.settings.accounts.AddAccountSettings"
-            android:theme="@android:style/Theme.Translucent.NoTitleBar"
+            android:theme="@style/Theme.SubSettings"
             android:configChanges="orientation|keyboardHidden|screenSize"
             android:exported="true"
             android:label="@string/header_add_an_account">