We can remove the default title bar provided in the system. There are two ways like the following examples. The first way,==== MainActivity.java ====package com.example.samplebitmapwidget; import android.os.Bundle;import android.app.Activity;import android.view.Menu;import android.view.Window; public class MainActivity extends Activity { @Overrideprotected void onCreate(Bundle savedInstanceState..