1.clean library contain photos

2.retry icon use user configs. changed frescoRetryTestCasePage.ets

Signed-off-by: dodozhou7 <abczp777777@163.com>
This commit is contained in:
dodozhou7 2022-08-17 23:24:44 -07:00
parent 0cad9c86ab
commit 3cf3ec125e
4 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,7 @@ struct FrescoImageTestCasePage {
size: { width: 300, height: 300 },
placeholderSrc: $r('app.media.icon_loading'),
errorholderSrc: $r('app.media.icon_failed'),
retryholderSrc: $r('app.media.icon_retry'),
displayProgress: true,
animateDuration: 300,
retryLoad:true
@ -36,6 +37,7 @@ struct FrescoImageTestCasePage {
size: { width: 300, height: 300 },
placeholderSrc: $r('app.media.icon_loading'),
errorholderSrc: $r('app.media.icon_failed'),
retryholderSrc: $r('app.media.icon_retry'),
displayProgress: true,
animateDuration: 300,
retryLoad:true
@ -46,6 +48,7 @@ struct FrescoImageTestCasePage {
size: { width: 300, height: 300 },
placeholderSrc: $r('app.media.icon_loading'),
errorholderSrc: $r('app.media.icon_failed'),
retryholderSrc: $r('app.media.icon_retry'),
displayProgress: true,
animateDuration: 300,
retryLoad:true
@ -56,6 +59,7 @@ struct FrescoImageTestCasePage {
size: { width: 300, height: 300 },
placeholderSrc: $r('app.media.icon_loading'),
errorholderSrc: $r('app.media.icon_failed'),
retryholderSrc: $r('app.media.icon_retry'),
displayProgress: true,
animateDuration: 300,
retryLoad:true

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB