1 post
4
1
530
See if the following excerpt can help you (can be simplified): protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_NO_TITLE);…