Implemented a corner radius for almost all images managed by Glide

This commit is contained in:
CappielloAntonio 2021-08-09 10:48:52 +02:00
parent 16d766a17d
commit a3d01e1425
21 changed files with 44 additions and 9 deletions

View file

@ -11,6 +11,7 @@ import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import com.bumptech.glide.load.resource.bitmap.RoundedCorners;
import com.cappielloantonio.play.App;
import com.cappielloantonio.play.R;
import com.cappielloantonio.play.glide.CustomGlideRequest;