Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Rename to setCornerRadiusDimen for clarity. Closes #71
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3m1 committed Mar 5, 2015
1 parent d49aa62 commit 0b7e261
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:1.0.1'
classpath 'com.android.tools.build:gradle:1.1.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion roundedimageview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
}

dependencies {
provided 'com.squareup.picasso:picasso:2.3.4'
provided 'com.squareup.picasso:picasso:2.5.0'
}

task androidJavadocs(type: Javadoc) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public float getCornerRadius() {
return cornerRadius;
}

public void setCornerRadius(int resId) {
public void setCornerRadiusDimen(int resId) {
setCornerRadius(getResources().getDimension(resId));
}

Expand Down

0 comments on commit 0b7e261

Please sign in to comment.