Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24421] Android: Ti.UI.Label.textid does not work from item template

GitHub Issuen/a
TypeBug
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterHans Knöchel
AssigneeBruce Wayne
Created2017-02-07T14:07:26.000+0000
Updated2018-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

Comments

  1. Pietro Granati 2017-10-25

    Same problem here!
  2. Pietro Granati 2018-06-07

    This is still a bug?
  3. Pietro Granati 2018-06-19

    No news here?

JSON Source