Skip to content

Commit

Permalink
naming consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
devycarol committed Jul 4, 2024
1 parent b3be60f commit 32c6ab4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values/config-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<integer name="config_gesture_trail_fadeout_start_delay">100</integer>
<integer name="config_gesture_trail_fadeout_duration_default">800</integer>
<integer name="config_gesture_trail_fadeout_duration_max">1400</integer>
<integer name="config_gesture_trail_fadeout_step">50</integer>
<integer name="config_gesture_trail_fadeout_duration_step">50</integer>
<integer name="config_gesture_trail_update_interval">20</integer>
<!-- Static threshold for gesture after fast typing (msec) -->
<integer name="config_gesture_static_time_threshold_after_fast_typing">500</integer>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<string name="gesture_floating_preview_text_summary">See the suggested word while gesturing</string>
<!-- Option to enable gesture dynamic floating preview. The user can see a suggested word floating above the moving finger during a gesture input. [CHAR LIMIT=30]-->
<string name="gesture_floating_preview_dynamic">Dynamic floating preview</string>
<!-- Description for "gesture_floating_preview_dynamic" option. The user can see a suggested word floating above moving finger during a gesture input. [CHAR LIMIT=65]-->
<!-- Description for "gesture_floating_preview_dynamic" option. The user can see a suggested word floating above the moving finger during a gesture input. [CHAR LIMIT=65]-->
<string name="gesture_floating_preview_dynamic_summary">Move preview during gesture</string>
<!-- Option to enable space aware gesture input. The user can input multiple words by gliding through the space key during a gesture input. [CHAR LIMIT=30]-->
<string name="gesture_space_aware">Phrase gesture</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/prefs_screen_gesture.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
android:title="@string/gesture_trail_fadeout_duration"
latin:minValue="@integer/config_gesture_trail_fadeout_start_delay"
latin:maxValue="@integer/config_gesture_trail_fadeout_duration_max"
latin:stepValue="@integer/config_gesture_trail_fadeout_step" />
latin:stepValue="@integer/config_gesture_trail_fadeout_duration_step" />
<helium314.keyboard.latin.settings.SeekBarDialogPreference
android:key="gesture_floating_preview_timeout"
android:title="@string/gesture_floating_preview_timeout"
Expand Down

0 comments on commit 32c6ab4

Please sign in to comment.