有时 TextView 未在 Gallery 中绘制
我正在使用 Android Gallery 小部件来显示一系列布局,并且我在其中得到了一些不寻常的 TextView 渲染。有时,绘制的 TextView 会显得暗淡或可能部分透明。
这是 android 2.2
以下是该应用程序的功能,并附有一些屏幕截图: 1. 用户拖放到图库上以设置更改内容。这会更改图库视图的内容,但将部分布局设置为可见或消失。
- 屏幕更新至此。仔细观察,您会看到绿色按钮上方的一些文本未正确呈现。
3.最后,用户从图库中拖出然后再返回。瞧,文本已按预期呈现。为什么第2步不起作用?
作为最后的线索,当用户按下并拖动图库时,文本也会消失。 请参阅下面的屏幕截图。 (按步骤 1、步骤 2、步骤 3 的顺序列出)
I am using an Android Gallery widget to show a series of Layouts, and I am getting some unusual rendering of the TextViews within it. Sometimes the TextViews are drawn so they appear dimmed or maybe part transparent.
This is android 2.2
Here is what the app does, with some screen shots:
1. User drags and drops onto the Gallery to set change the content. This changes the content of the Gallery View, but setting parts of the layout to visible or Gone.
- The screen updates to this. Look carefully and you will see some text above the green buttons that is not rendering correctly.
3.Finally, user drags away from the Gallery and then back. Voila, the text is rendered as expected. Why does it not work in step 2?
And as a final clue, the text also disappears when the user presses to drag the gallery.
See screenshot below. (listed in order Step 1, Step 2, Step 3)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回答我自己的问题:
我没有在布局中设置 android:textColor 属性。
Answering my own question:
I did not set the android:textColor property in the layout.