| | |
| | | <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" |
| | |
| | | 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" /> |
| | |
| | | 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> |