Is it possible to change theme of account Picker? Now I am getting darkDialog box. Is it possible to change theme to light?
Here is the 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!