td>
86
|
android:gravity="center_horizontal"
|
|
87
|
android:orientation="vertical"
|
87
|
android:orientation="vertical"
|
|
88
|
android:visibility="gone">
|
|
|
|
|
|
88
|
android:visibility="visible">
|
|
89
|
|
89
|
|
|
90
|
<TextView
|
90
|
<TextView
|
|
91
|
android:layout_width="123dp"
|
91
|
android:layout_width="123dp"
|
|
|
|
|
|
|
96
|
android:visibility="gone"
|
96
|
android:visibility="gone"
|
|
97
|
android:textSize="14sp" />
|
97
|
android:textSize="14sp" />
|
|
98
|
|
98
|
|
|
|
|
99
|
<ProgressBar
|
|
|
|
100
|
android:id="@+id/pull_to_refresh_progress"
|
|
|
|
101
|
style="?android:attr/progressBarStyleSmall"
|
|
|
|
102
|
android:gravity="center"
|
|
|
|
103
|
android:layout_width="wrap_content"
|
|
|
|
104
|
android:layout_height="wrap_content"
|
|
|
|
105
|
android:indeterminateTint="@color/click"
|
|
|
|
106
|
android:layout_gravity="center"
|
|
|
|
107
|
android:indeterminate="true" />
|
|
|
|
108
|
|
|
99
|
<TextView
|
109
|
<TextView
|
|
100
|
android:layout_width="wrap_content"
|
110
|
android:layout_width="wrap_content"
|
|
101
|
android:layout_height="wrap_content"
|
111
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
11
|
android:layout_centerHorizontal="true"
|
11
|
android:layout_centerHorizontal="true"
|
|
12
|
|
12
|
|
|
13
|
android:contentDescription="@null"
|
13
|
android:contentDescription="@null"
|
|
14
|
android:src="@drawable/bg_w_4" />
|
|
|
|
|
|
14
|
android:src="@drawable/bg_w_41" />
|
|
15
|
|
15
|
|
|
16
|
<ImageView
|
16
|
<ImageView
|
|
17
|
android:layout_width="200dp"
|
17
|
android:layout_width="200dp"
|
|
|
|
|
|
|
204
|
<string name="refresh_load_succeed">Loading succeeded</string>
|
204
|
<string name="refresh_load_succeed">Loading succeeded</string>
|
|
205
|
<string name="refresh_load_succeed_nomore">That\'s All!</string>
|
205
|
<string name="refresh_load_succeed_nomore">That\'s All!</string>
|
|
206
|
<string name="refresh_load_fail">Loading failed</string>
|
206
|
<string name="refresh_load_fail">Loading failed</string>
|
|
|
|
207
|
<string name="personal_shar_info_content">快来分享吧\n
|
|
|
|
208
|
小主大家都很期待你的精彩内容哦</string>
|
|
207
|
</resources>
|
209
|
</resources>
|