use kitkats new SYSTEM_UI_FLAG_IMMERSIVE on navbar hide (thx Simeon Mac)

This commit is contained in:
Philipp Schaefer
2013-12-07 21:29:08 +01:00
parent 3e00645f4a
commit 04d521f71c
2 changed files with 16 additions and 6 deletions

View File

@ -39,7 +39,7 @@ public class IntentListView extends ListView {
private class IntentAdapter extends ArrayAdapter<ResolveInfo> {
// actually the mdpi pixel size is 48, but this ugly...so scale icons down for listView
// actually the mdpi pixel size is 48, but this looks ugly...so scale icons down for listView
private static final int MDPI_PX = 36;
private IntentAdapter() {