commit | f5fbff9b1aeb3abb94b7ee45f989b965424ee43f | [log] [tgz] |
---|---|---|
author | Deepanshu Gupta <deepanshu@google.com> | Mon Jun 09 18:57:18 2014 -0700 |
committer | Deepanshu Gupta <deepanshu@google.com> | Mon Jul 21 17:38:00 2014 -0700 |
tree | 81c8866faa49da3c92bde05d0fe557af71974a5b | |
parent | c54100d449e30919db4879d52ee2cc25942b44d5 [diff] |
LayoutLib: Fix EditText rendering [DO NOT MERGE] Framework has overloaded java.lang.System.arraycopy() for char[]. The method is not present on the Desktop VMs. This change replaces the calls to this method by its more general alternative - the one using Objects. TODO: Make it more configurable and flexible to allow rewrite of any such methods in the future. Change-Id: I6823b13e52b1c555eb257d02b79707d84e73236f (cherry picked from commit fc3e93300733b4a161adb9cceebea6cda353d085)