Removing title head from App in Android Studio
Today we are going to demonstrate how to remove title head from Android App.
As you are seeing pic we want to remove RX Title Head from App. For doing that we have to change some settings in our Project in Android Studio.
1) In Style xml change
To the following code.
Just need to write Light.NoActionBar
Whole code is following.......
As you are seeing pic we want to remove RX Title Head from App. For doing that we have to change some settings in our Project in Android Studio.
1) In Style xml change
To the following code.
Just need to write Light.NoActionBar
Whole code is following.......

Comments
Post a Comment