diff options
author | 2014-09-02 19:24:39 +0000 | |
---|---|---|
committer | 2014-09-02 19:24:39 +0000 | |
commit | 8d27aff658098ab4afa4b658a17e8da1cc3725c3 (patch) | |
tree | d77945740dfc21ae10a236da880e46879ea15c25 /java | |
parent | f1ca88eaac2efe8974f2f74a9106071370196a58 (diff) | |
parent | 961cb1abf3902e32e328ede1766f02bbbb257ab0 (diff) | |
download | latinime-8d27aff658098ab4afa4b658a17e8da1cc3725c3.tar.gz latinime-8d27aff658098ab4afa4b658a17e8da1cc3725c3.tar.xz latinime-8d27aff658098ab4afa4b658a17e8da1cc3725c3.zip |
am 961cb1ab: am 15c29c35: am 6ef88a65: Merge "Use right arrow for the commit indicator" into lmp-dev
* commit '961cb1abf3902e32e328ede1766f02bbbb257ab0':
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 |