Skip to content
Advertisement

Tag: subtitle

How to use strings on java (Android)

I’m working on a project where I’ve defined several strings to use on my project. I want to use a string to be displayed as my subtitle of the page on the toolbar. The reason I’m using strings is because I want my app to be translation supported. Here is how I use subtitles on the toolbar of my activity:

Advertisement