diff options
author | 2014-09-08 09:24:29 +0000 | |
---|---|---|
committer | 2014-09-08 09:24:29 +0000 | |
commit | 9c576fcba5f57c67253f3f269050bdbdb8e90705 (patch) | |
tree | e4ea4c4d4b652bcbfb8a831d27f30e3d8c826143 /java | |
parent | 81bbadb8060c2c3660b8e8b63effbf94fb58833e (diff) | |
parent | b9bd524b58084872f6607c9b81296f0685ba95b3 (diff) | |
download | latinime-9c576fcba5f57c67253f3f269050bdbdb8e90705.tar.gz latinime-9c576fcba5f57c67253f3f269050bdbdb8e90705.tar.xz latinime-9c576fcba5f57c67253f3f269050bdbdb8e90705.zip |
am b9bd524b: am c1ee8857: am a6c53d31: am 257dfa79: Merge "Revert "Use right arrow for the commit indicator"" into lmp-dev
* commit 'b9bd524b58084872f6607c9b81296f0685ba95b3':
Revert "Use right arrow for the commit indicator"
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/donottranslate-text-decorator.xml | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/java/res/values/donottranslate-text-decorator.xml b/java/res/values/donottranslate-text-decorator.xml index a20034930..832610b96 100644 --- a/java/res/values/donottranslate-text-decorator.xml +++ b/java/res/values/donottranslate-text-decorator.xml @@ -61,24 +61,18 @@ <!-- Coordinates of the closed path to be used to render the commit indicator. The format is: X[0], Y[0], X[1], Y[1], ..., X[N-1], Y[N-1] --> <integer-array name="text_decorator_commit_indicator_path"> - <item>240</item> - <item>80</item> - <item>212</item> - <item>108</item> - <item>323</item> - <item>220</item> - <item>80</item> - <item>220</item> - <item>80</item> - <item>260</item> + <item>180</item> <item>323</item> - <item>260</item> - <item>212</item> - <item>372</item> - <item>240</item> - <item>400</item> - <item>400</item> + <item>97</item> <item>240</item> + <item>68</item> + <item>268</item> + <item>180</item> + <item>380</item> + <item>420</item> + <item>140</item> + <item>392</item> + <item>112</item> </integer-array> <!-- Background color to be used to highlight the target text when the add-to-dictionary |