I want to hide the soft-key bar (in devices that showing it) when my activity is shown. I can't do it programmatically like answers to this question, for some reasons. I only have access to activity's theme (styles.xml
).
My main problem is to don't want activity's background (android:windowBackground
) goes under the soft-keys bar. But it is better to removing the bar completely.