在布局中更新特定视图而不影响其他布局视图

时间:2017-12-05 06:48:59

标签: android-layout

enter image description here

我想只更新工具栏和edittext之间的Linearlayout 每3秒后,不影响编辑文本,是否可能?我已经尝试了各种方法但是当调度程序调用update方法时,它也清除了edittext输入的数据。如何阻止这一点。请帮帮我

1 个答案:

答案 0 :(得分:0)

LinearLayout ll =(LinearLayout)findViewById(R.id.chatList);

ll.invalidate();