File tree Expand file tree Collapse file tree 12 files changed +68
-11
lines changed
src/github/daneren2005/dsub/view Expand file tree Collapse file tree 12 files changed +68
-11
lines changed Original file line number Diff line number Diff line change 21
21
android:layout_height=" fill_parent"
22
22
android:layout_weight=" 1" >
23
23
24
- <ImageView
24
+ <github .daneren2005.dsub.view.RecyclingImageView
25
25
android:id=" @+id/download_album_art_image"
26
26
android:src=" @drawable/unknown_album_large"
27
27
android:layout_width=" wrap_content"
Original file line number Diff line number Diff line change 15
15
android : layout_height =" 0dip"
16
16
android : layout_weight =" 1" >
17
17
18
- <ImageView
18
+ <github .daneren2005.dsub.view.RecyclingImageView
19
19
android:id=" @+id/download_album_art_image"
20
20
android:src=" @drawable/unknown_album_large"
21
21
android:layout_width=" 0dp"
Original file line number Diff line number Diff line change 29
29
android:layout_height=" wrap_content"
30
30
android:layout_alignParentTop=" true" >
31
31
32
- <ImageView
32
+ <github .daneren2005.dsub.view.RecyclingImageView
33
33
android:id=" @+id/download_album_art_image"
34
34
android:layout_width=" wrap_content"
35
35
android:layout_height=" wrap_content"
Original file line number Diff line number Diff line change 18
18
style=" @style/BasicButton"
19
19
android:orientation=" horizontal" >
20
20
21
- <ImageView
21
+ <github .daneren2005.dsub.view.RecyclingImageView
22
22
android:id=" @+id/album_art"
23
23
android:layout_width=" 50dip"
24
24
android:layout_height=" 50dip"
Original file line number Diff line number Diff line change 9
9
android:layout_width=" @dimen/AlbumArt.Small"
10
10
android:layout_height=" @dimen/AlbumArt.Small" >
11
11
12
- <ImageView
12
+ <github .daneren2005.dsub.view.RecyclingImageView
13
13
android:id=" @+id/album_coverart"
14
14
android:layout_width=" @dimen/AlbumArt.Small"
15
15
android:layout_height=" @dimen/AlbumArt.Small"
Original file line number Diff line number Diff line change 4
4
android:layout_width=" fill_parent"
5
5
android:layout_height=" wrap_content" >
6
6
7
- <ImageView
7
+ <github .daneren2005.dsub.view.RecyclingImageView
8
8
android:id=" @+id/chat_avatar"
9
9
android:src=" @drawable/ic_social_person"
10
10
android:layout_width=" @dimen/AlbumArt.Small"
Original file line number Diff line number Diff line change 52
52
android:layout_gravity=" right" />
53
53
</LinearLayout >
54
54
55
- <ImageView
55
+ <github .daneren2005.dsub.view.RecyclingImageView
56
56
android:id=" @+id/chat_avatar"
57
57
android:src=" @drawable/ic_social_person"
58
58
android:layout_width=" @dimen/AlbumArt.Small"
Original file line number Diff line number Diff line change 100
100
android:layout_gravity=" center_vertical" />
101
101
</LinearLayout >
102
102
103
- <ImageView
103
+ <github .daneren2005.dsub.view.RecyclingImageView
104
104
android:id=" @+id/select_album_art"
105
105
android:layout_width=" @dimen/AlbumArt.Header"
106
106
android:layout_height=" @dimen/AlbumArt.Header"
Original file line number Diff line number Diff line change 4
4
android:layout_width=" fill_parent"
5
5
android:layout_height=" wrap_content" >
6
6
7
- <ImageView
7
+ <github .daneren2005.dsub.view.RecyclingImageView
8
8
android:id=" @+id/user_avatar"
9
9
android:src=" @drawable/ic_social_person"
10
10
android:layout_width=" wrap_content"
Original file line number Diff line number Diff line change 5
5
android : layout_height =" wrap_content"
6
6
android : background =" @android:color/transparent" >
7
7
8
- <ImageView
8
+ <github .daneren2005.dsub.view.RecyclingImageView
9
9
android:id=" @+id/item_avatar"
10
10
android:src=" @drawable/ic_social_person"
11
11
android:layout_width=" @dimen/AlbumArt.Small"
You can’t perform that action at this time.
0 commit comments