toggle menu
imageviewer
androidJvm
switch theme
search in API
imageviewer
/
com.king.image.imageviewer
/
ImageViewerSpec
Image
Viewer
Spec
object
ImageViewerSpec
浏览图片时的一些配置
Author
Jenly
Follow me
Members
Properties
error
Drawable
Link copied to clipboard
var
errorDrawable
:
Drawable
?
list
Data
Link copied to clipboard
var
listData
:
List
<
*
>
orientation
Link copied to clipboard
var
orientation
:
Int
placeholder
Drawable
Link copied to clipboard
var
placeholderDrawable
:
Drawable
?
position
Link copied to clipboard
var
position
:
Int
show
Indicator
Link copied to clipboard
var
showIndicator
:
Boolean
theme
Link copied to clipboard
var
theme
:
Int
Functions
image
Loader
Link copied to clipboard
@
JvmStatic
fun
imageLoader
(
)
:
ImageLoader
?
获取
ImageLoader
;优先返回
imageLoader
;如果
imageLoader
为空则返回
globalDefaultImageLoader