mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-26 09:36:50 +00:00
change defaults
This commit is contained in:
parent
b6c0476f0c
commit
cd14d5630b
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ public final class KeyboardTheme implements Comparable<KeyboardTheme> {
|
|||
public static final int THEME_ID_LXX_DARK = 4;
|
||||
public static final int THEME_ID_LIGHT_BORDER = 5;
|
||||
public static final int THEME_ID_DARK_BORDER = 6;
|
||||
public static final int DEFAULT_THEME_ID = THEME_ID_LIGHT_BORDER;
|
||||
public static final int DEFAULT_THEME_ID = THEME_ID_DARK_BORDER;
|
||||
|
||||
private static KeyboardTheme[] AVAILABLE_KEYBOARD_THEMES;
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<!-- Suppress showing key preview duration after batch input in millisecond -->
|
||||
<integer name="config_suppress_key_preview_after_batch_input_duration">100</integer>
|
||||
|
||||
<bool name="config_default_vibration_enabled">true</bool>
|
||||
<bool name="config_default_vibration_enabled">false</bool>
|
||||
<integer name="config_max_vibration_duration">100</integer>
|
||||
|
||||
<integer name="config_default_longpress_key_timeout">300</integer>
|
||||
|
|
Loading…
Add table
Reference in a new issue