Всем привет
есть вот такая разметка
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@color/fon"
android:id="@+id/container_main"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.baoyz.widget.PullRefreshLayout
android:id="@+id/swipeRefreshLayout"
android:layout_width="match_parent"
android:background="@color/fon"
android:cacheColorHint="#00000000"
android:layout_height="wrap_content">
<ListView
android:layout_width="match_parent"
android:id="@+id/fragment_list_view"
android:divider="#f4efef"
android:dividerHeight="1dp"
android:layout_height="match_parent"/>
</com.baoyz.widget.PullRefreshLayout>
</RelativeLayout>
почему то из container_main вообще не удаляется listview,
удаляю через removeAllView() и через removeView(), может из PullRefreshLayout