Skip to content

Commit

Permalink
Merge pull request #205 from qingtian1993/master
Browse files Browse the repository at this point in the history
#43 1314080901225_sy2
  • Loading branch information
zengsn committed Apr 14, 2016
2 parents 74be2df + 9d529bf commit cb89754
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package com.example.drawingboard;

import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;

public class Com1314080901225Activity extends Activity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_com1314080901225);
}

@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.com1314080901225, menu);
return true;
}

}

0 comments on commit cb89754

Please sign in to comment.