diff options
author | 2014-09-02 19:14:25 +0000 | |
---|---|---|
committer | 2014-09-02 19:14:25 +0000 | |
commit | 961cb1abf3902e32e328ede1766f02bbbb257ab0 (patch) | |
tree | e3721956bcc7c646baf508f9fcb4fa526275403e /java | |
parent | d27af1a5d4b13c86cb33fcbc2584f1ab088ff2aa (diff) | |
parent | 15c29c3538695145d34b883a1ad8222458eb6eaa (diff) | |
download | latinime-961cb1abf3902e32e328ede1766f02bbbb257ab0.tar.gz latinime-961cb1abf3902e32e328ede1766f02bbbb257ab0.tar.xz latinime-961cb1abf3902e32e328ede1766f02bbbb257ab0.zip |
am 15c29c35: am 6ef88a65: Merge "Use right arrow for the commit indicator" into lmp-dev
* commit '15c29c3538695145d34b883a1ad8222458eb6eaa':
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, 16 insertions, 10 deletions
diff --git a/java/res/values/donottranslate-text-decorator.xml b/java/res/values/donottranslate-text-decorator.xml index 832610b96..a20034930 100644 --- a/java/res/values/donottranslate-text-decorator.xml +++ b/java/res/values/donottranslate-text-decorator.xml @@ -61,18 +61,24 @@ <!-- 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>180</item> + <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>323</item> - <item>97</item> + <item>260</item> + <item>212</item> + <item>372</item> + <item>240</item> + <item>400</item> + <item>400</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 |