|
29 | 29 | android:layout_width="match_parent"
|
30 | 30 | android:layout_height="50dp"
|
31 | 31 | android:layout_alignParentBottom="true"
|
32 |
| - android:background="@drawable/jz_bottom_bg" |
| 32 | + android:background="@drawable/iplayer_bottom_bg" |
33 | 33 | android:gravity="center_vertical"
|
34 | 34 | android:orientation="horizontal"
|
35 | 35 | android:visibility="invisible">
|
|
56 | 56 | android:paddingLeft="12dp"
|
57 | 57 | android:paddingRight="12dp"
|
58 | 58 | android:paddingTop="8dp"
|
59 |
| - android:progressDrawable="@drawable/jz_bottom_seek_progress" |
60 |
| - android:thumb="@drawable/jz_bottom_seek_thumb" /> |
| 59 | + android:progressDrawable="@drawable/iplayer_bottom_seek_progress" |
| 60 | + android:thumb="@drawable/iplayer_bottom_seek_thumb" /> |
61 | 61 |
|
62 | 62 | <TextView
|
63 | 63 | android:id="@+id/total"
|
|
83 | 83 | android:paddingLeft="14dp"
|
84 | 84 | android:paddingRight="14dp"
|
85 | 85 | android:scaleType="centerInside"
|
86 |
| - android:src="@drawable/jz_enlarge" /> |
| 86 | + android:src="@drawable/iplayer_enlarge" /> |
87 | 87 | </LinearLayout>
|
88 | 88 |
|
89 | 89 | <ProgressBar
|
|
93 | 93 | android:layout_height="1.5dp"
|
94 | 94 | android:layout_alignParentBottom="true"
|
95 | 95 | android:max="100"
|
96 |
| - android:progressDrawable="@drawable/jz_bottom_progress" /> |
| 96 | + android:progressDrawable="@drawable/iplayer_bottom_progress" /> |
97 | 97 |
|
98 | 98 | <ImageView
|
99 | 99 | android:id="@+id/back_tiny"
|
100 | 100 | android:layout_width="24dp"
|
101 | 101 | android:layout_height="24dp"
|
102 | 102 | android:layout_marginLeft="6dp"
|
103 | 103 | android:layout_marginTop="6dp"
|
104 |
| - android:background="@drawable/jz_click_back_tiny_selector" |
| 104 | + android:background="@drawable/iplayer_click_back_tiny_selector" |
105 | 105 | android:visibility="visible" />
|
106 | 106 |
|
107 | 107 | <RelativeLayout
|
|
111 | 111 | android:layout_alignParentLeft="true"
|
112 | 112 | android:layout_alignParentStart="true"
|
113 | 113 | android:layout_alignParentTop="true"
|
114 |
| - android:background="@drawable/jz_title_bg" |
| 114 | + android:background="@drawable/iplayer_title_bg" |
115 | 115 | android:gravity="center_vertical">
|
116 | 116 |
|
117 | 117 | <ImageView
|
|
124 | 124 | android:paddingLeft="12dp"
|
125 | 125 | android:paddingStart="12dp"
|
126 | 126 | android:scaleType="centerInside"
|
127 |
| - android:src="@drawable/jz_click_back_selector" /> |
| 127 | + android:src="@drawable/iplayer_click_back_selector" /> |
128 | 128 |
|
129 | 129 | <TextView
|
130 | 130 | android:id="@+id/title"
|
|
171 | 171 | android:layout_width="23dp"
|
172 | 172 | android:layout_height="10dp"
|
173 | 173 | android:layout_gravity="center_horizontal"
|
174 |
| - android:background="@drawable/jz_battery_level_10" /> |
| 174 | + android:background="@drawable/iplayer_battery_level_10" /> |
175 | 175 |
|
176 | 176 | <TextView
|
177 | 177 | android:id="@+id/video_current_time"
|
|
188 | 188 |
|
189 | 189 | <ProgressBar
|
190 | 190 | android:id="@+id/loading"
|
191 |
| - android:layout_width="@dimen/jz_start_button_w_h_normal" |
192 |
| - android:layout_height="@dimen/jz_start_button_w_h_normal" |
| 191 | + android:layout_width="@dimen/iplayer_start_button_w_h_normal" |
| 192 | + android:layout_height="@dimen/iplayer_start_button_w_h_normal" |
193 | 193 | android:layout_centerHorizontal="true"
|
194 | 194 | android:layout_centerVertical="true"
|
195 |
| - android:indeterminateDrawable="@drawable/jz_loading" |
| 195 | + android:indeterminateDrawable="@drawable/iplayer_loading" |
196 | 196 | android:visibility="invisible" />
|
197 | 197 |
|
198 | 198 | <LinearLayout
|
|
205 | 205 |
|
206 | 206 | <ImageView
|
207 | 207 | android:id="@+id/start"
|
208 |
| - android:layout_width="@dimen/jz_start_button_w_h_normal" |
209 |
| - android:layout_height="@dimen/jz_start_button_w_h_normal" |
210 |
| - android:src="@drawable/jz_click_play_selector" /> |
| 208 | + android:layout_width="@dimen/iplayer_start_button_w_h_normal" |
| 209 | + android:layout_height="@dimen/iplayer_start_button_w_h_normal" |
| 210 | + android:src="@drawable/iplayer_click_play_selector" /> |
211 | 211 | </LinearLayout>
|
212 | 212 |
|
213 | 213 | <TextView
|
|
243 | 243 | android:layout_width="wrap_content"
|
244 | 244 | android:layout_height="wrap_content"
|
245 | 245 | android:layout_marginTop="15dp"
|
246 |
| - android:background="@drawable/retry_bg" |
| 246 | + android:background="@drawable/iplayer_retry_bg" |
247 | 247 | android:paddingBottom="4dp"
|
248 | 248 | android:paddingLeft="9dp"
|
249 | 249 | android:paddingRight="9dp"
|
|
0 commit comments