mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-29 12:52:47 +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 {
|
||||
layoutManager = LinearLayoutManager(context)
|
||||
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,
|
||||
Pixel, Sketch, Swirl, Brightness, Kuawahara, Vignette
|
||||
))
|
||||
|
Loading…
x
Reference in New Issue
Block a user