mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
Max overlay fully fade slightly sooner when scrolling down. (#459)
This commit is contained in:
parent
d04facff48
commit
6864c9fd60
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue