android-Ultra-Pull-To-Refresh
android-Ultra-Pull-To-Refresh copied to clipboard
addview 不显示。
View addview = inflater.inflate(R.layout.a_test, null, false);
mPtr.removeView(mPtr.getContentView());
mPtr.addView(addview,0);
我想把ptr里面的布局动态替换掉。为什么不显示。只能在xml写。不能替换。除非里面在嵌套一层