android - Change the Theme of Account Picker -


is possible change theme of account picker? getting darkdialog box. possible change theme light?

here piece of code: using google play services.

intent googlepicker = accountpicker.newchooseaccountintent(null, null,                     new string[] { googleauthutil.google_account_type }, true, null, null, null, null);             startactivityforresult(googlepicker, pick_account_request); 

let me know!

thanks!


Comments