Manifest.xml - batooldshilleh/TrainingTasks GitHub Wiki

Introduction:

Here I will discuss the changes I made to the manifest file and its functions.

This file serves as documentation for the program or provides a general overview of it.

What can we do within this file?

1- I changed the icon.

2- I changed the application name "label".

Changing the name:

1- Initially, I needed to edit the string file and
add the name of the application I wanted to include.

the string XML file

<resources> <string name="Calculator">Calculator</string> </resources>

2- Adding the string I created inside the manifest.

android:label="@string/Calculator"

Result

image

⚠️ **GitHub.com Fallback** ⚠️