复制/粘贴选项颜色在Android应用程序中有所不同

时间:2016-03-14 07:17:13

标签: android android-layout

我正在开发一个Android应用程序,在登录屏幕中我得到了黑暗的复制选项,而在其他活动中,我获得了轻量级复制选项。

我只想在我的应用程序中使用黑暗选项。

enter image description here

enter image description here

style.xml中的我的应用主题是: -

<!-- Application theme. -->
<style name="AppTheme" parent="AppTheme.Base">
    <!-- All customizations that are NOT specific to a particular API-level can go here. -->

</style>

<style name="AppTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
    <item name="colorPrimary">@color/primaryColor</item>
    <item name="colorPrimaryDark">@color/primaryColorDark</item>
    <item name="colorAccent">@color/accentColor</item>
    <item name="buttonStyle">@style/My.Button</item>
</style>

0 个答案:

没有答案
相关问题