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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -