Reduce animation time from 350ms to 250ms

(seemed a bit laggy to me)
master
cpfeiffer 2017-04-08 22:52:22 +02:00
parent c2f83fa857
commit 2feb3bed47
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ import nodomain.freeyourgadget.gadgetbridge.util.DeviceHelper;
* shift the date by one day.
*/
public abstract class AbstractChartFragment extends AbstractGBFragment {
protected final int ANIM_TIME = 350;
protected final int ANIM_TIME = 250;
private static final Logger LOG = LoggerFactory.getLogger(AbstractChartFragment.class);