I\'ve got the problem that I need the height of the android tablet system bar. It\'s the same problem as over here, but I cant use this answer, because it gives me the same size
Check out this answer here: https://stackoverflow.com/a/8367739/807499
It gives the full height of the screen. You can then minus the size given by DisplayMetrics or by your root layout's size.