我试图在我的应用程序中使用Place Picker库,但似乎我在 Place Picker 屏幕的样式上遇到了问题。有人能告诉我如何设置这个屏幕的样式吗?它是否可以设置样式?这是我在我的设备上得到的:
这是我使用的 AppTheme:
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. TODO -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorPrimaryDark</item>
<!--style for switchCompat-->
<item name="colorControlActivated">@color/white</item>
<item name="colorSwitchThumbNormal">@color/white</item>
<item name="android:colorForeground">@color/white</item>
<!--<item name="actionBarStyle">@style/Widget.AppTheme.ActionBar</item>-->
<item name="buttonStyle">@style/My.Button</item>
</style>
编辑:这仅发生在我的带有 android 4.4 的 Note 2 设备上,有人知道解决这个问题吗?