Show warning dialog in a multiuser system when adding a new account.

Bug: 7207092

Change-Id: I95ac107dbc867490dd2e492291501fd3630d267c
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 466e941..2405c6c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1377,7 +1377,7 @@
         </activity>
 
         <activity android:name="com.android.settings.accounts.AddAccountSettings"
-            android:theme="@android:style/Theme.Translucent.NoTitleBar"
+            android:theme="@android:style/Theme.Holo.Panel"
             android:configChanges="orientation|keyboardHidden|screenSize"
             android:label="@string/header_add_an_account"
             android:taskAffinity="com.android.settings"