Max overlay fully fade slightly sooner when scrolling down. (#459)

This commit is contained in:
ojiikun 2014-01-13 11:02:00 +00:00
parent d04facff48
commit 6864c9fd60

View file

@ -55,7 +55,7 @@ public abstract class Reading extends NbFragmentActivity implements OnPageChange
public static final String EXTRA_FEED_IDS = "feed_ids";
private static final String TEXT_SIZE = "textsize";
private static final int OVERLAY_RANGE_TOP_DP = 45;
private static final int OVERLAY_RANGE_TOP_DP = 40;
private static final int OVERLAY_RANGE_BOT_DP = 60;
/** The minimum screen width (in DP) needed to show all the overlay controls. */