片段更改时Textview的值重置

时间:2012-12-15 12:58:10

标签: android textview fragment

我有3个片段:[A],[B]和[C] 片段[A]有一个textview和一个可以改变textview值的按钮
Stutation 1:带有属性的textview:android:textIsSelectable="true"
站在[A]上,将textview值从“Hello World”更改为“1”,转到[C]并返回[A],textview的值为“1”。
图片:Stutation 1

Stutation 2:textview with attribute:android:textIsSelectable="false"
站在[A]上,将textview值从“Hello World”更改为“1”,转到[C]并返回[A],textview的值更改为默认“Hello World”。
图片:Stutation 2

你能告诉我为什么吗? 这是框架的错误吗?
非常感谢你!

0 个答案:

没有答案