Is there anyway to remove activity label bar and label itself which is set by default from application label?
I’d like to have whole layout from my design and need to remove the label bar and label which is in TOP layout.
Is there anyway to remove activity label bar and label itself which is set
Share
You can achieve this by setting the
android:themeattribute to@android:style/Theme.NoTitleBaron your<activity>element in your AndroidManifest.xml like this: