0

When i click fragment to activity than tool bar is overlapping see below Image:

enter image description here

How can we remove the fragment toolbar at runtime? I already use android:fitsSystemWindows="true" property but nothing change.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Finava Vipul
  • 998
  • 1
  • 11
  • 24

1 Answers1

0

add this line in manifests file android:theme="@style/AppTheme.NoActionBar"

Jatin Devani
  • 190
  • 3
  • 15