aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sw600dp
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-07-08 17:36:11 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-07-08 17:36:11 +0900
commit6efe9ae1c073bdfbc36bd88e4d71c1b7505b39e9 (patch)
tree16ae45e867e06b1b69da9d947914bff28fd97d5d /java/res/xml-sw600dp
parentc495c5bdcb3c1d52c8bb6652df9cdbfd5416788f (diff)
downloadlatinime-6efe9ae1c073bdfbc36bd88e4d71c1b7505b39e9.tar.gz
latinime-6efe9ae1c073bdfbc36bd88e4d71c1b7505b39e9.tar.xz
latinime-6efe9ae1c073bdfbc36bd88e4d71c1b7505b39e9.zip
Remove unused keyPreviewIcon attributes
This CL also removes unused tabKeyPreview icon. Change-Id: Ia69ba9c3d7c67ccb8983275bed262292eb422db2
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r--java/res/xml-sw600dp/key_styles_common.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml
index 7de276901..877c796c7 100644
--- a/java/res/xml-sw600dp/key_styles_common.xml
+++ b/java/res/xml-sw600dp/key_styles_common.xml
@@ -121,7 +121,6 @@
<key-style
latin:styleName="tabKeyStyle"
latin:keySpec="!icon/tab_key|!code/key_action_previous"
- latin:keyIconPreview="!icon/tab_key_preview"
latin:backgroundType="functional" />
</case>
<case
@@ -131,14 +130,12 @@
<key-style
latin:styleName="tabKeyStyle"
latin:keySpec="!icon/tab_key|!code/key_action_next"
- latin:keyIconPreview="!icon/tab_key_preview"
latin:backgroundType="functional" />
</case>
<default>
<key-style
latin:styleName="tabKeyStyle"
latin:keySpec="!icon/tab_key|!code/key_tab"
- latin:keyIconPreview="!icon/tab_key_preview"
latin:backgroundType="functional" />
</default>
</switch>