Android应用程序在设置活动背景时遇到奇怪的布局

时间:2015-05-26 03:42:02

标签: android android-layout android-activity

Here is the layout image.

导致此问题的代码如下

View parent = calculateButton.getRootView();
Parent.setBackgroundColor(appSettings.getInt("app_background",r.color.White);

一旦qpp键存在,它就可以正常工作。但是,默认密钥,无论它是什么,都会导致布局错误。

我在Nexus 6上进行测试

编辑:我相信我已经通过用实际整数值而不是R.color.COLOR

替换我的getInt的默认值来解决它

1 个答案:

答案 0 :(得分:0)

不确定根本原因是什么,但似乎每当我使用颜色选择器来设置布局的颜色时,都会导致这种奇怪的渲染问题。我删除了该功能,因为在应用程序运行时更改颜色时无法正常呈现。