Make highlithing delay consistent
- set it to 400ms for HighlightingFragment as it was also 400ms for SettingsPreferenceFragment Change-Id: I52b910246ee557c98565dacd2bbcf57a812ea7eb
This commit is contained in:
@@ -27,7 +27,7 @@ public class HighlightingFragment extends Fragment {
|
||||
|
||||
private static final String TAG = "HighlightSettingsFragment";
|
||||
|
||||
private static final int DELAY_HIGHLIGHT_DURATION_MILLIS = 300;
|
||||
private static final int DELAY_HIGHLIGHT_DURATION_MILLIS = 400;
|
||||
private static final String SAVE_HIGHLIGHTED_KEY = "android:view_highlighted";
|
||||
|
||||
private String mViewKey;
|
||||
|
Reference in New Issue
Block a user