Skip to content

Commit

Permalink
Change drawable example
Browse files Browse the repository at this point in the history
  • Loading branch information
minibugdev committed Oct 16, 2017
1 parent 2cf6c1d commit c46cb0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class DemoActivity : AppCompatActivity() {

private fun drawBadge(number: Int, position: BadgePosition) {
DrawableBadge.Builder(applicationContext)
.drawableResId(R.mipmap.ic_launcher_round)
.drawableResId(R.mipmap.ic_launcher)
.badgeColor(R.color.badgeColor)
.badgeSize(R.dimen.badge_size)
.badgePosition(position)
Expand Down
2 changes: 1 addition & 1 deletion demo/src/main/res/layout/activity_demo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="48dp"
android:src="@mipmap/ic_launcher_round" />
android:src="@mipmap/ic_launcher" />

<Button
android:id="@+id/buttonTopLeft"
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c46cb0b

Please sign in to comment.