xuxiuxi
2017-05-03 5f6f6485349c6c2b4d046f4307a8b8c8b251bdc1
VisitFace/DemoForBsk/app/src/main/res/layout/pull_to_refresh_header.xml
@@ -2,8 +2,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:paddingTop="10dp"
    android:paddingBottom="10dip">
    android:paddingTop="@dimen/h10dp"
    android:paddingBottom="@dimen/h10dp">
    
     <TextView
        android:id="@+id/pull_to_refresh_text"
@@ -19,8 +19,8 @@
        android:indeterminate="true"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="30dip"
        android:layout_marginRight="20dip"
        android:layout_marginLeft="@dimen/w30dp"
        android:layout_marginRight="@dimen/w20dp"
        android:visibility="gone"
        android:layout_centerVertical="true"
        style="?android:attr/progressBarStyleSmall" />
@@ -29,10 +29,7 @@
        android:id="@+id/pull_to_refresh_image"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="30dip"
        android:layout_marginRight="20dip"
        android:layout_marginLeft="@dimen/w30dp"
        android:layout_marginRight="@dimen/w20dp"
        android:layout_centerVertical="true" />
</RelativeLayout>