How to set a Subtitle on ActionBar in Sketchware

  1. Open OnCreate event

onCreate

Now insert this code(View on Github):

getActionBar().setSubtitle("BYE");

Alternatively, you can use(View on Github):

getSupportActionBar().setSubtitle("BYE");

Done. You will now see Subtitle.


Comments

Popular posts from this blog

How to make edittext in dialog in Sketchware

How to use request network for webview in Sketchware