I m working in an android project. This project contains many activities. I m trying to remove the system bar (footer bar) from one fo the existing activities. But it is not possible according to this link.
My idea now is to decrease the height of the system bar as much as possible.
I make some research and I found that I could change the height of the system bar via the xml file res/values/dimens.xml
I could not find this file on my source code. I do not know how to create a such file (syntax) and I do not know how to mention the new dimension of the system bar. And I m looking to change the height of the system bar for only a giving activity and not for all activities of my android application