mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
An android bug in v23 makes line height incorrect for issue 3654, clearing font size to make testing easier
This commit is contained in:
@ -5,40 +5,40 @@
|
||||
</Page.actionBar>
|
||||
<StackLayout class="p-20">
|
||||
<Label text="Tap the button" class="h1 text-center"/>
|
||||
<Label text="" class="font-awesome" fontFamily="FontAwesome" fontSize="42em" />
|
||||
<Label text="" class="font-awesome" fontFamily="FontAwesome" />
|
||||
<Button text="TAP" tap="onTap">
|
||||
<FormattedString>
|
||||
<Span text="" class="font-awesome" fontFamily="FontAwesome" fontSize="42em" color="white"></Span>
|
||||
<Span text="" class="font-awesome" fontFamily="FontAwesome" color="white"></Span>
|
||||
<Span text="font-awesome" fontWeight="bold"></Span>
|
||||
</FormattedString>
|
||||
</Button>
|
||||
<Button text="TAP" tap="onTap" class="">
|
||||
<FormattedString>
|
||||
<Span text="" fontFamily="FontAwesome" fontSize="42em" color="white"></Span>
|
||||
<Span text="" fontFamily="FontAwesome" color="white"></Span>
|
||||
<Span text="some text" fontWeight="bold"></Span>
|
||||
</FormattedString>
|
||||
</Button>
|
||||
<Button text="TAP" tap="onTap" class="">
|
||||
<FormattedString>
|
||||
<Span text="" fontFamily="FontAwesome" fontSize="42em" color="white"></Span>
|
||||
<Span text="" fontFamily="FontAwesome" color="white"></Span>
|
||||
<Span text="some text" fontWeight="bold"></Span>
|
||||
</FormattedString>
|
||||
</Button>
|
||||
<Button text="TAP" tap="onTap" class="">
|
||||
<FormattedString>
|
||||
<Span text="" fontFamily="FontAwesome" fontSize="42em" color="white"></Span>
|
||||
<Span text="" fontFamily="FontAwesome" color="white"></Span>
|
||||
<Span text="some text" fontWeight="bold"></Span>
|
||||
</FormattedString>
|
||||
</Button>
|
||||
<Button text="TAP" tap="onTap" class="">
|
||||
<FormattedString>
|
||||
<Span text="" fontFamily="FontAwesome" fontSize="42em" color="white"></Span>
|
||||
<Span text="" fontFamily="FontAwesome" color="white"></Span>
|
||||
<Span text="some text" fontWeight="bold"></Span>
|
||||
</FormattedString>
|
||||
</Button>
|
||||
<Button text="TAP" tap="onTap" class="">
|
||||
<FormattedString>
|
||||
<Span text="" fontFamily="FontAwesome" fontSize="42em" color="white"></Span>
|
||||
<Span text="" fontFamily="FontAwesome" color="white"></Span>
|
||||
<Span text="some text" fontWeight="bold"></Span>
|
||||
</FormattedString>
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user