Skip to content

Instantly share code, notes, and snippets.

@lexuanquynh
Created August 4, 2017 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lexuanquynh/f90ec84f16f26ba47c7d090fd9f85642 to your computer and use it in GitHub Desktop.
Save lexuanquynh/f90ec84f16f26ba47c7d090fd9f85642 to your computer and use it in GitHub Desktop.
simple code C
m_oButtonContainView = GigView::create();
m_oButtonContainView->setRect(0, SCREEN_HEIGHT - BUTTON_CONTAINER_HEIGHT, MENUBOOK_WIDTH, BUTTON_CONTAINER_HEIGHT);
m_oButtonContainView->setBackgroundColor(getColor(COLOR_IPOS_BOOKING_BUTTON_BACKGROUND));
m_oMainView->addChild(m_oButtonContainView);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment