Skip to content

Commit

Permalink
fix read me
Browse files Browse the repository at this point in the history
  • Loading branch information
takusemba committed Apr 18, 2018
1 parent b322c21 commit b297ba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public class DebugApp extends App {
@Override public void onCreate() {
super.onCreate();

final SimpleItem item = new SimpleItem.Builder("all: this is the title")
final SimpleItem item = new SimpleItem.Builder()
.title("all: this is the title")
.text("this is the text")
.image(R.drawable.ic_list_black_24dp)
.clickListener(new View.OnClickListener() {
Expand Down

0 comments on commit b297ba4

Please sign in to comment.