网格线在Android背景中可见即使是白色背景

时间:2014-02-22 10:17:30

标签: java android android-emulator android-xml

问题 ::

  1. 每当我在我的模拟器(I have set Background to #FFFFFF)上运行我的应用程序时,我都可以看到背景中的浅色网格线。
  2. 显然它不是100%的白色背景。 为什么会这样?
  3. 这只是模拟器或主题行为的行为
  4. 除了我之外有没有人注意到这个?

  5. 我怎样才能获得100%的白色背景?


    我使用的主题 ::

    styles.xml

    <resources>
    
        <!--
            Base application theme, dependent on API level. This theme is replaced
            by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
        -->
        <style name="AppBaseTheme" parent="android:Theme.Light">
            <!--
                Theme customizations available in newer API levels can go in
                res/values-vXX/styles.xml, while customizations related to
                backward-compatibility can go here.
            -->
        </style>
    
        <!-- Application theme. -->
        <style name="AppTheme" parent="AppBaseTheme">
            <!-- All customizations that are NOT specific to a particular API-level can go here. -->
        </style>
    
    </resources>
    

    SNAPSHOT :(检查图像中的白色区域)

    enter image description here

0 个答案:

没有答案