File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
java/com/minibugdev/drawablebadge/demo Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class DemoActivity : AppCompatActivity() {
2424
2525 private fun drawBadge (number : Int , position : BadgePosition ) {
2626 DrawableBadge .Builder (applicationContext)
27- .drawableResId(R .mipmap.ic_launcher_round )
27+ .drawableResId(R .mipmap.ic_launcher )
2828 .badgeColor(R .color.badgeColor)
2929 .badgeSize(R .dimen.badge_size)
3030 .badgePosition(position)
Original file line number Diff line number Diff line change 1111 android : layout_width =" wrap_content"
1212 android : layout_height =" wrap_content"
1313 android : layout_margin =" 48dp"
14- android : src =" @mipmap/ic_launcher_round " />
14+ android : src =" @mipmap/ic_launcher " />
1515
1616 <Button
1717 android : id =" @+id/buttonTopLeft"
You can’t perform that action at this time.
0 commit comments