android-Ultra-Pull-To-Refresh icon indicating copy to clipboard operation
android-Ultra-Pull-To-Refresh copied to clipboard

addview 不显示。

Open yuexunshi opened this issue 7 years ago • 0 comments

    View addview = inflater.inflate(R.layout.a_test, null, false);
    mPtr.removeView(mPtr.getContentView());
    mPtr.addView(addview,0);

我想把ptr里面的布局动态替换掉。为什么不显示。只能在xml写。不能替换。除非里面在嵌套一层

yuexunshi avatar Mar 06 '17 07:03 yuexunshi