tabris icon indicating copy to clipboard operation
tabris copied to clipboard

Tabris Windows Client - support for TabItem Images

Open JohnGymer opened this issue 6 years ago • 1 comments

Is it possible to support an image on a TabItem for the Tabris Windows client? Android and iOS both show an image.

JohnGymer avatar May 09 '19 13:05 JohnGymer

There is a way to implement this on windows, as shown in this example: https://github.com/microsoft/Windows-universal-samples/blob/master/Samples/XamlPivot/cs/TabHeader.xaml (this doesn't look very good though)

So far the look of the TabFolder was based on the Microsoft News App, but by now it has changed but still does not have icons. The alarm app does, but it uses a different styling overall. So the question is if we just change the styling to be more like the alarm app or make it somehow dyamic/configurable.

grafik

tbuschto avatar Jul 09 '19 09:07 tbuschto