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
f84107ca
Commit
f84107ca
authored
13 years ago
by
Ken Wakasa
Browse files
Options
Downloads
Patches
Plain Diff
Fix discrepancy in the "show settings key" option
bug: 5155640 Change-Id: I2f5f88edde18d6464a67adcfad5aa92b05c36821
parent
1d0807c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
java/res/values-sw600dp/config.xml
+1
-1
1 addition, 1 deletion
java/res/values-sw600dp/config.xml
java/res/xml/prefs.xml
+1
-1
1 addition, 1 deletion
java/res/xml/prefs.xml
with
2 additions
and
2 deletions
java/res/values-sw600dp/config.xml
+
1
−
1
View file @
f84107ca
...
...
@@ -20,7 +20,7 @@
<resources>
<bool
name=
"config_enable_show_settings_key_option"
>
true
</bool>
<bool
name=
"config_default_show_settings_key"
>
tru
e
</bool>
<bool
name=
"config_default_show_settings_key"
>
fals
e
</bool>
<bool
name=
"config_enable_show_voice_key_option"
>
false
</bool>
<bool
name=
"config_enable_show_popup_on_keypress_option"
>
false
</bool>
<bool
name=
"config_enable_show_recorrection_option"
>
false
</bool>
...
...
This diff is collapsed.
Click to expand it.
java/res/xml/prefs.xml
+
1
−
1
View file @
f84107ca
...
...
@@ -53,7 +53,7 @@
android:key=
"show_settings_key"
android:title=
"@string/prefs_settings_key"
android:persistent=
"true"
android:defaultValue=
"
false
"
/>
android:defaultValue=
"
@bool/config_default_show_settings_key
"
/>
<ListPreference
android:key=
"voice_mode"
android:title=
"@string/voice_input"
...
...
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