Try this not sure:
It is nothing but just a label you have applied to that activity in manifest,
remove this from that activity
android:label="@string/app_name"
OR check you layout file does there exist some empty view which is getting visible.
Thank you.