From 8df2b7b0ee013ef251abeb4d3c203d6acdacbb62 Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Fri, 10 Jun 2016 11:24:10 +0200 Subject: [PATCH] Fix the status bar covering the action bar in Android 4.4 Apparently the status bar handles translucency differently on 4.4 and 5+ --- res/{values-v19 => values-v21}/styles.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename res/{values-v19 => values-v21}/styles.xml (100%) diff --git a/res/values-v19/styles.xml b/res/values-v21/styles.xml similarity index 100% rename from res/values-v19/styles.xml rename to res/values-v21/styles.xml