Can I change the theme of my Picker account? Now I am becoming a dark dialog box. Is it possible to change the theme to the light?
Here is a snippet 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);
Tell me!
Thanks!
source share