Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
9c7db965
Commit
9c7db965
authored
13 years ago
by
Tadashi G. Takaoka
Browse files
Options
Downloads
Patches
Plain Diff
Fix forgotten resource name change
Change-Id: I27ea28c7ea93e50ea8f0d947df95e3ab6d146f11
parent
39286f98
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
java/res/values-sw600dp/config.xml
+1
-1
1 addition, 1 deletion
java/res/values-sw600dp/config.xml
java/res/values-sw768dp/config.xml
+1
-1
1 addition, 1 deletion
java/res/values-sw768dp/config.xml
java/res/xml/prefs_for_debug.xml
+1
-1
1 addition, 1 deletion
java/res/xml/prefs_for_debug.xml
with
3 additions
and
3 deletions
java/res/values-sw600dp/config.xml
+
1
−
1
View file @
9c7db965
...
...
@@ -31,7 +31,7 @@
<!-- Long pressing space will invoke IME switcher if > 0, never invoke IME switcher if == 0 -->
<integer
name=
"config_long_press_space_key_timeout"
>
0
</integer>
<!-- This configuration is the index of the array {@link KeyboardSwitcher.KEYBOARD_THEMES}. -->
<string
name=
"config_default_keyboard_theme_i
d
"
translatable=
"false"
>
5
</string>
<string
name=
"config_default_keyboard_theme_i
ndex
"
translatable=
"false"
>
5
</string>
<integer
name=
"config_max_more_keys_column"
>
5
</integer>
<!--
Configuration for LatinKeyboardView
...
...
This diff is collapsed.
Click to expand it.
java/res/values-sw768dp/config.xml
+
1
−
1
View file @
9c7db965
...
...
@@ -29,7 +29,7 @@
<!-- Long pressing space will invoke IME switcher if > 0, never invoke IME switcher if == 0 -->
<integer
name=
"config_long_press_space_key_timeout"
>
0
</integer>
<!-- This configuration is the index of the array {@link KeyboardSwitcher.KEYBOARD_THEMES}. -->
<string
name=
"config_default_keyboard_theme_i
d
"
translatable=
"false"
>
5
</string>
<string
name=
"config_default_keyboard_theme_i
ndex
"
translatable=
"false"
>
5
</string>
<integer
name=
"config_max_more_keys_column"
>
5
</integer>
<!--
Configuration for LatinKeyboardView
...
...
This diff is collapsed.
Click to expand it.
java/res/xml/prefs_for_debug.xml
+
1
−
1
View file @
9c7db965
...
...
@@ -32,7 +32,7 @@
android:persistent=
"true"
android:entryValues=
"@array/keyboard_layout_modes_values"
android:entries=
"@array/keyboard_layout_modes"
android:defaultValue=
"@string/config_default_keyboard_theme_i
d
"
android:defaultValue=
"@string/config_default_keyboard_theme_i
ndex
"
/>
<CheckBoxPreference
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment