Questions tagged [wear-tile]

3 questions
2
votes
1 answer

Custom font in TileService UI

In TileService for font style we have to use LayoutElementBuilders.FontStyle to change font style. But in LayoutElementBuilders.FontStyle.Builder and LayoutElementBuilders.Text class I can't see any method for custom font. Is TileService new UI…
Abu Yousuf
  • 5,729
  • 3
  • 31
  • 50
1
vote
1 answer

Wear TileService Layout Component accessibility

Any way can i add accessibility to TileService layout component like LayoutElementBuilders.Text. I can't see any api to set accessibility. Anyone have idea or solution, please help me.
Abu Yousuf
  • 5,729
  • 3
  • 31
  • 50
1
vote
1 answer

autoSizeTextType property for wear LayoutElementBuilders.Text

In Android wear TileService we have to use LayoutElementBuilders.Text for displaying Text. In xml we can use autoSizeTextType for TextView. How can i apply this property in LayoutElementBuilders.Text for wear TileService ? I didn't find any method…