集合合并去重:

listA.removeAll(listB);

listA.addAll(listB);

android:singleLine="true"//单行显示

android:ellipsize="end"//省略号出现在末尾

05-11 18:02