コード例 #1
0
  private void init() {
    mItem = (TimelineItem) findViewById(R.id.timelineItem);
    mItem.setEventsListener(this);
    mItem.enableSegmentPicker(false);

    ((Button) findViewById(R.id.action)).setOnClickListener(this);
  }