So I am trying to center my applications title using the first activity.java class that one starts out with.
Here is my code
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
-----setTitle(R.string.app_name1); //Sets the title for this activity using the app_name1 string
setContentView(R.layout.main);
So the line with the “—–” is my code for my title(Of course there not in my real code just on this question). I am using the string app_name to pull the title from so how exactly would I be able to center it? Thank you!
For Centering Title bar at Center you can create custom title bar as:
title_bar.xml: