[TIMOB-24421] Android: Ti.UI.Label.textid does not work from item template
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Bruce Wayne |
Created | 2017-02-07T14:07:26.000+0000 |
Updated | 2018-06-19T11:02:40.000+0000 |
Description
The
textid
property does not work in item templates:
view.xml
<ItemTemplate name="RatingCell">
<Label textid="rating" class="textLabel" />
</ItemTemplate>
strings.xml
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string name="rating">Rating</string>
</resources>
[(Snippet from real project)](https://github.com/hansemannn/studentenfutter-app/blob/master/app/views/lunches/details/index.xml#L8)
Full test-case: https://github.com/hansemannn/studentenfutter-app
Same problem here!
This is still a bug?
No news here?