예제 #1
0
파일: HomePage.java 프로젝트: Venbb/Games
 @Override
 public void onClick(View v) {
   if (v == buyButton) {
     // User selected customize button, so change the page
     Pizza.getInstance().changePage(Pizza.PAGE_CUSTOMIZE);
   }
 }