Change style of Google Play Services AccountPicker dialog
问题 I am showing the AccountPicker dialog from Google Play Services with this code: String[] accountTypes = new String[]{"com.google"}; Intent intent = AccountPicker.newChooseAccountIntent(null, null, accountTypes, false, null, null, null, null); startActivityForResult(intent, REQUEST_CODE_PICK_ACCOUNT); It appears as a dark themed dialog even though I am using AppCompat v21 with Theme.AppCompat.Light . Is it possible to style the dialog? Preferably as a Material dialog on Lollipop but at least