My Android app is not displaying the application name \"app_name\", instead its displaying the activity name \"title\". This is from my manifest file;
<
If you are using Android studio, then you you should extend AppCompatActivity then only the Activity will be displayed.
Example Code: Main Activity: public class MainActivity extends AppCompatActivity
Styles.XML