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
d764a0a0
Commit
d764a0a0
authored
11 years ago
by
Satoshi Kataoka
Browse files
Options
Downloads
Patches
Plain Diff
Update resources: Colors
bug: 10786040 Change-Id: Idee67e73096e1e31126dbf24e9608d3e6dba2b47
parent
baa31217
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
java/res/values/colors.xml
+6
-1
6 additions, 1 deletion
java/res/values/colors.xml
java/res/values/themes-ics.xml
+7
-7
7 additions, 7 deletions
java/res/values/themes-ics.xml
with
13 additions
and
8 deletions
java/res/values/colors.xml
+
6
−
1
View file @
d764a0a0
...
...
@@ -33,7 +33,7 @@
<color
name=
"spacebar_text_color_gb"
>
#FFC0C0C0
</color>
<color
name=
"spacebar_text_shadow_color_gb"
>
#80000000
</color>
<color
name=
"gesture_floating_preview_color_gb"
>
#C0000000
</color>
<!-- Color resources for IceCreamSandwich theme. -->
<!-- Color resources for IceCreamSandwich theme.
Base color = 33B5E5
-->
<!-- android:color/holo_blue_light value is #FF33B5E5 -->
<color
name=
"highlight_color_ics"
>
#FF33B5E5
</color>
<color
name=
"typed_word_color_ics"
>
#D833B5E5
</color>
...
...
@@ -49,6 +49,11 @@
<color
name=
"spacebar_text_color_ics"
>
#FFC0C0C0
</color>
<color
name=
"spacebar_text_shadow_color_ics"
>
#80000000
</color>
<color
name=
"gesture_floating_preview_color_ics"
>
#C0000000
</color>
<!-- Color resources for KLP theme. Base color = F0F0F0 -->
<color
name=
"highlight_color_holo"
>
#FFF0F0F0
</color>
<color
name=
"typed_word_color_holo"
>
#D8F0F0F0
</color>
<color
name=
"suggested_word_color_holo"
>
#B2F0F0F0
</color>
<color
name=
"highlight_translucent_color_holo"
>
#99E0E0E0
</color>
<!-- Color resources for setup wizard and tutorial -->
<color
name=
"setup_background"
>
#FFEBEBEB
</color>
<color
name=
"setup_text_dark"
>
#FF707070
</color>
...
...
This diff is collapsed.
Click to expand it.
java/res/values/themes-ics.xml
+
7
−
7
View file @
d764a0a0
...
...
@@ -88,10 +88,10 @@
>
<item
name=
"keyPreviewLayout"
>
@layout/key_preview_ics
</item>
<item
name=
"keyPreviewOffset"
>
@dimen/key_preview_offset_ics
</item>
<item
name=
"gestureFloatingPreviewTextColor"
>
@color/highlight_color_
ics
</item>
<item
name=
"gestureFloatingPreviewTextColor"
>
@color/highlight_color_
holo
</item>
<item
name=
"gestureFloatingPreviewColor"
>
@color/gesture_floating_preview_color_ics
</item>
<item
name=
"gestureTrailColor"
>
@color/highlight_color_
ics
</item>
<item
name=
"slidingKeyInputPreviewColor"
>
@color/highlight_translucent_color_
ics
</item>
<item
name=
"gestureTrailColor"
>
@color/highlight_color_
holo
</item>
<item
name=
"slidingKeyInputPreviewColor"
>
@color/highlight_translucent_color_
holo
</item>
<item
name=
"autoCorrectionSpacebarLedEnabled"
>
false
</item>
<item
name=
"autoCorrectionSpacebarLedIcon"
>
@drawable/sym_keyboard_space_led_holo
</item>
<item
name=
"spacebarTextColor"
>
@color/spacebar_text_color_ics
</item>
...
...
@@ -135,10 +135,10 @@
>
<item
name=
"android:background"
>
@drawable/keyboard_suggest_strip_holo
</item>
<item
name=
"suggestionStripOption"
>
autoCorrectBold|validTypedWordBold
</item>
<item
name=
"colorValidTypedWord"
>
@color/typed_word_color_
ics
</item>
<item
name=
"colorTypedWord"
>
@color/typed_word_color_
ics
</item>
<item
name=
"colorAutoCorrect"
>
@color/highlight_color_
ics
</item>
<item
name=
"colorSuggested"
>
@color/suggested_word_color_
ics
</item>
<item
name=
"colorValidTypedWord"
>
@color/typed_word_color_
holo
</item>
<item
name=
"colorTypedWord"
>
@color/typed_word_color_
holo
</item>
<item
name=
"colorAutoCorrect"
>
@color/highlight_color_
holo
</item>
<item
name=
"colorSuggested"
>
@color/suggested_word_color_
holo
</item>
<item
name=
"alphaObsoleted"
>
70%
</item>
</style>
<style
name=
"SuggestionWord.ICS"
>
...
...
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