background image

72

                }).start();

73

                 

74

            }

75

        });

76

         

77

         

78

    }

79

 

80

    @Override

81

     

public

 

boolean

 onCreateOptionsMenu(Menu menu) {

82

         

//

 

Inflate the menu; this adds items to the action bar if it is present.

83

        getMenuInflater().inflate(R.menu.main, menu);

84

         

return

 

true

;

85

    }

86

 

87

 }