mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-30 05:12:45 +08:00
add RoundedCourners to sample
This commit is contained in:
parent
ce14f7bdf1
commit
e9acc52d9e
@ -15,7 +15,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
findViewById<RecyclerView>(R.id.list).apply {
|
findViewById<RecyclerView>(R.id.list).apply {
|
||||||
layoutManager = LinearLayoutManager(context)
|
layoutManager = LinearLayoutManager(context)
|
||||||
adapter = MainAdapter(context, mutableListOf(
|
adapter = MainAdapter(context, mutableListOf(
|
||||||
Mask, NinePatchMask, CropTop, CropCenter, CropBottom, CropSquare, CropCircle,
|
Mask, NinePatchMask, RoundedCorners, CropTop, CropCenter, CropBottom, CropSquare, CropCircle,
|
||||||
CropCircleWithBorder, Grayscale, Blur, SupportRSBlur, Toon, Sepia, Contrast, Invert,
|
CropCircleWithBorder, Grayscale, Blur, SupportRSBlur, Toon, Sepia, Contrast, Invert,
|
||||||
Pixel, Sketch, Swirl, Brightness, Kuawahara, Vignette
|
Pixel, Sketch, Swirl, Brightness, Kuawahara, Vignette
|
||||||
))
|
))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user