diff options
| author | 2012-02-23 10:45:11 -0800 | |
|---|---|---|
| committer | 2012-02-23 10:45:11 -0800 | |
| commit | c42067d7d7a080ef87ba8a287a794955f98e195b (patch) | |
| tree | dc906c662793593a651cbebc59c2b35376043f8c | |
| parent | a16c98c155a51a035719bef5b76e973ee2295795 (diff) | |
| parent | 81873e95def74b01bc59ddccc2ca6558720b45e3 (diff) | |
Merge "Fix issue #6049410: 3rd party app crashing in JB: Uber"
| -rw-r--r-- | core/res/res/values/public.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 6a887db4f23f..0950bdbe4b44 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1542,6 +1542,21 @@ <java-symbol type="drawable" name="ic_volume" /> <java-symbol type="drawable" name="stat_notify_sim_toolkit" /> + <!-- From maps library --> + <java-symbol type="array" name="maps_starting_lat_lng" /> + <java-symbol type="array" name="maps_starting_zoom" /> + <java-symbol type="attr" name="mapViewStyle" /> + <java-symbol type="attr" name="state_focused" /> + <java-symbol type="attr" name="state_selected" /> + <java-symbol type="attr" name="state_pressed" /> + <java-symbol type="drawable" name="compass_arrow" /> + <java-symbol type="drawable" name="compass_base" /> + <java-symbol type="drawable" name="ic_maps_indicator_current_position_anim" /> + <java-symbol type="drawable" name="loading_tile_android" /> + <java-symbol type="drawable" name="maps_google_logo" /> + <java-symbol type="drawable" name="no_tile_256" /> + <java-symbol type="drawable" name="reticle" /> + <!-- From PinyinIME(!!!) --> <java-symbol type="string" name="inputMethod" /> |