I have make my view in full screen in LANDSCAPE mode just like youtube application. But had a problem that I am not able to hide title bar in my application. I am not using sherlock action bar. Instead of that I am using custom Title bar.
getWindow().setFlags(LayoutParams.FLAG_FULLSCREEN,LayoutParams.FLAG_FULLSCREEN)
getWindow().clearFlags(LayoutParams.FLAG_FULLSCREEN)
requestWindowFeature(Window.FEATURE_NO_TITLE)
I have used all these three statements. But it doesn't work.