[TIMOB-339] Android: Missing Icons
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-07-26T22:26:56.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Android |
Labels | android, defect, exalture |
Reporter | Don Thorp |
Assignee | Eric Merriman |
Created | 2011-04-15T02:27:30.000+0000 |
Updated | 2017-07-26T22:27:03.000+0000 |
Description
Android images need to be copied for some icons. They're not being exposed via android.R.
DONE, Refresh, and a few others.
UPDATE!
What needs to happen is we need to expose whatever system icons via Titanium.Android.R.
Here is some similar discussion http://stackoverflow.com/questions/2687027/standard-android-menu-icons-for-example-refresh
The problem is that some system images are not exposed through R class which means we/developers can not get access to them right now. One solution is copying those images to our project and expose them to developers.