February 21, 2010

[SOLVED] Android: Hide the Title bar in an Android View


@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);

requestWindowFeature(Window.FEATURE_NO_TITLE);
...


Hide the Title bar in an Android View by using the Window Class | mgmblog.com.

No comments:

Post a Comment