Skip to content

Commit

Permalink
version 0.1.9
Browse files Browse the repository at this point in the history
prerelease
  • Loading branch information
gonojuarez committed Sep 20, 2021
1 parent 926897a commit f939c55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private void setData() {
id = pictogramsLibraryGroup.getId();
this.setCustom_Texto(pictogramsLibraryGroup.getObjectName());
if (pictogramsLibraryGroup.getEditedPictogram().isEmpty()) {
glideAttatcher.setHeight(icon.getHeight()).setWidth(icon.getWidth()).useDiskCacheStrategy().loadDrawable(mContext.getResources().getDrawable(mContext.getResources().getIdentifier(pictogramsLibraryGroup.getPictogram(),
glideAttatcher.setHeight(icon.getHeight()).setWidth(icon.getWidth()).useDiskCacheStrategy().setRadius(15).UseCornerRadius(true).loadDrawable(mContext.getResources().getDrawable(mContext.getResources().getIdentifier(pictogramsLibraryGroup.getPictogram(),
"drawable", mContext.getPackageName())), this.icon);
} else {
selectIcon();
Expand Down

0 comments on commit f939c55

Please sign in to comment.