Skip to content

Commit 3ad6691

Browse files
Merge pull request Bearded-Hen#75 from dakaugu/patch-1
Update BootstrapCircleThumbnail.java
2 parents 150bc4c + 69c8a85 commit 3ad6691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidBootstrap/src/com/beardedhen/androidbootstrap/BootstrapCircleThumbnail.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class BootstrapCircleThumbnail extends FrameLayout
1818
{
1919

2020
private enum BootstrapCircleType {
21-
SMALL( "small", 4, 48),
21+
SMALL( "small", 2, 48), //padding adjustment for small thumbnails
2222
MEDIUM( "medium", 4, 80),
2323
LARGE( "large", 6, 112),
2424
XLARGE( "xlarge", 8, 176);

0 commit comments

Comments
 (0)