Skip to content

Commit 69c8a85

Browse files
author
dakaugu
committed
Update BootstrapCircleThumbnail.java
made padding adjustment for small thumbnail, previous one had alot of the image
1 parent 150bc4c commit 69c8a85

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)