【发布时间】:2014-03-29 16:01:42
【问题描述】:
是否可以设置选择器对话框的主题?
import com.google.android.gms.common.AccountPicker;
....
String[] accountTypes = new String[]{"com.google"};
Intent intent = AccountPicker.newChooseAccountIntent(null, null,
accountTypes, false, null, null, null, null);
activity.startActivityForResult(intent, REQUEST_CODE_PICK_ACCOUNT);
我的基本应用主题是android:Theme.Light,但该对话框是暗的。
谢谢。
【问题讨论】:
-
@Dayan 不是重复的。这里的海报询问有关更改我们无法控制的对话框的主题(我们没有创建它)。您链接到的问题中的海报询问有关更改他/她创建的对话框的主题。
标签: android google-play-services android-theme google-authenticator android-authenticator