OSDN Git Service

Fix the problem that color drawable cache key conflicts another drawable one.
authorMasanori Ogino <ogino.masanori@sharp.co.jp>
Sat, 10 Jul 2010 03:10:41 +0000 (12:10 +0900)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 5 Aug 2011 08:05:39 +0000 (16:05 +0800)
commitacfe1c252627da2bb8b4daaecb97c60d05dbd598
treea8157cdfdf836fa7fd52afc922f56679307a806c
parent7f8a07133317fcf2330d0bdada5a9838be38a9eb
Fix the problem that color drawable cache key conflicts another drawable one.
The cache key of a color drawable resource may be the same as another
drawable resource's value.

Change-Id: Ia971bb242ceac5e8f9346094009a10f356399ab9
(Reduced duplicated codes and replace TAB to white spaces)

And try to fix compile error.
core/java/android/content/res/Resources.java [changed mode: 0644->0755]