<com.handmark.pulltorefresh.library.PullToRefreshListView
xmlns:ptr="http://schemas.android.com/apk/res-auto"
android:id="@+id/carsList"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:cacheColorHint="#00000000"
android:divider="#00000000"
android:fadingEdge="none"
android:fastScrollEnabled="true"
android:footerDividersEnabled="false"
android:headerDividersEnabled="false"
android:listSelector="#00000000"
android:overScrollMode="never"
android:background="#eeeeee"
android:scrollbars="none"
android:smoothScrollbar="true"
ptr:ptrAnimationStyle="circle"
ptr:ptrHeaderBackground="#C0C0C0"
ptr:ptrHeaderTextColor="#606060"
ptr:ptrMode="pullFromStart"
ptr:ptrOverScroll="false"
ptr:ptrShowIndicator="false" />
xmlns:ptr="http://schemas.android.com/apk/res-auto"
android:id="@+id/carsList"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:cacheColorHint="#00000000"
android:divider="#00000000"
android:fadingEdge="none"
android:fastScrollEnabled="true"
android:footerDividersEnabled="false"
android:headerDividersEnabled="false"
android:listSelector="#00000000"
android:overScrollMode="never"
android:background="#eeeeee"
android:scrollbars="none"
android:smoothScrollbar="true"
ptr:ptrAnimationStyle="circle"
ptr:ptrHeaderBackground="#C0C0C0"
ptr:ptrHeaderTextColor="#606060"
ptr:ptrMode="pullFromStart"
ptr:ptrOverScroll="false"
ptr:ptrShowIndicator="false" />