1
0
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:
wasabeef 2019-08-15 16:24:26 +09:00
parent ce14f7bdf1
commit e9acc52d9e

View File

@ -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
))