After adding
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:hardwareAccelerated="false"
in application of manifest.xml only home screen is moving up and down.Before It was working fine.But I need my app in full screen mode without title. I didn't get any solution till now. Thank you in advance
Please Define style for all version Platform in resource or Create a base activity
and use this code to hide the tittle
And also please ensure that android:hardwareAccelerated="true" for better performance
I am using these ,,, in all my application ... never such thing happens on any deice