Reduce size of tabs a bit

This commit is contained in:
drdev
2014-06-06 03:06:22 +00:00
parent 5cab70dc62
commit d9c8f64e09

View File

@@ -56,7 +56,7 @@ public class TabPageScreen extends FScreen {
}
private static class TabHeader extends Header {
public static final float HEIGHT = Math.round(Utils.AVG_FINGER_HEIGHT * 1.6f);
public static final float HEIGHT = Math.round(Utils.AVG_FINGER_HEIGHT * 1.4f);
public static final float TAB_WIDTH = HEIGHT * 1.2f;
private static final float BACK_BUTTON_WIDTH = HEIGHT / 2;
private static final FSkinColor SEPARATOR_COLOR = BACK_COLOR.stepColor(-40);