Advertisement
kanzeparov

Ninth_withTextAndGrow_MainActivity

Nov 18th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. class MainActivity extends AppCompatActivity {
  2.  
  3. @Override
  4. protected void onCreate(Bundle savedInstanceState) {
  5. super.onCreate(savedInstanceState);
  6. requestWindowFeature(Window.FEATURE_NO_TITLE);
  7. setContentView(R.layout.activity_main);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement