Answer the question
In order to leave comments, you need to log in
How to remove listview?
Hello everyone
, here is the markup
<?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>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question