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
fe05848e
Commit
fe05848e
authored
14 years ago
by
satok
Browse files
Options
Downloads
Patches
Plain Diff
Change the size of preview for priventing preview from being clipped
Change-Id: I6f9fb2c8c0e98ede14729e7cb602bfb4b2672159
parent
e0035f7c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/res/values/dimens.xml
+3
-3
3 additions, 3 deletions
java/res/values/dimens.xml
with
3 additions
and
3 deletions
java/res/values/dimens.xml
+
3
−
3
View file @
fe05848e
...
...
@@ -25,8 +25,8 @@
<dimen
name=
"key_horizontal_gap"
>
0.000in
</dimen>
<dimen
name=
"popup_key_height"
>
0.325in
</dimen>
<dimen
name=
"keyboard_bottom_padding"
>
0.06in
</dimen>
<!-- key_
height x 1.6
-->
<dimen
name=
"key_preview_height"
>
0.464in
</dimen>
<!-- key_
preview_text_size_large x 2
-->
<dimen
name=
"key_preview_height"
>
80sp
</dimen>
<!-- Amount of allowance for selecting keys in a mini popup keyboard by sliding finger. -->
<!-- popup_key_height x 1.7 -->
<dimen
name=
"mini_keyboard_slide_allowance"
>
0.553in
</dimen>
...
...
@@ -35,7 +35,7 @@
<dimen
name=
"key_text_size"
>
0.13in
</dimen>
<dimen
name=
"key_label_text_size"
>
0.083in
</dimen>
<dimen
name=
"key_preview_text_size_large"
>
0.236in
</dimen>
<dimen
name=
"key_preview_text_size_large"
>
40sp
</dimen>
<dimen
name=
"key_preview_offset"
>
0.000in
</dimen>
<!-- We use "inch", not "dip" because this value tries dealing with physical distance related
to user's finger. -->
...
...
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