Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eced780f authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Increase the delay for the Search result Ripple effect to happen

- will actually make the Ripple look better and a bit longer
(it was showing and disappearing a bit too fast)

See bug: #14974443

Change-Id: I7a0354c679cfa8d9596bcb957c922b8dcf88f0e3
parent bde55601
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ public class SettingsPreferenceFragment extends PreferenceFragment implements Di
    private static final String TAG = "SettingsPreferenceFragment";

    private static final int MENU_HELP = Menu.FIRST + 100;
    private static final int DELAY_HIGHLIGHT_DURATION_MILLIS = 400;
    private static final int DELAY_HIGHLIGHT_DURATION_MILLIS = 600;

    private static final String SAVE_HIGHLIGHTED_KEY = "android:preference_highlighted";