openhab / openhab-android

openHAB client for Android
https://play.google.com/store/apps/details?id=org.openhab.habdroid
Eclipse Public License 2.0
577 stars 316 forks source link

Material icons containing "_" not rendered #3674

Closed lolodomo closed 1 week ago

lolodomo commented 2 weeks ago

There is no icon rendered when the name of the material icon contains a "_".

Item:

String TestTrend "Trend"

Sitemap:

Default item=TestTrend icon="material:trending_up"
Default item=TestTrend icon="material:favorite"

No icon on the first widget while icon is OK on the second widget.

lolodomo commented 2 weeks ago

3603 makes the job for framework7, I assume the same has to be done for material.

lolodomo commented 1 week ago

@jimtng : I see you already provided the fix for framework7. Maybe you could do the same for material icons ?

jimtng commented 1 week ago

I'll take a look later today