コード例 #1
0
  @Override
  public void onContentChanged() {
    super.onContentChanged();

    mCampaignReadLoader.onCreate();

    // throw some actions on it
    getActionBarControl()
        .addActionBarCommand(
            ACTION_REFRESH_CAMPAIGNS,
            getString(R.string.campaign_list_refresh_action_button_description),
            R.drawable.btn_title_refresh);

    // and attach handlers for said actions
    getActionBarControl().setOnActionListener(this);
  }