mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Fix thumbs images paths
This commit is contained in:
@ -34,9 +34,9 @@
|
||||
<Image src="{{ icon }}" colSpan="2" horizontalAlignment="left" width="32" height="32" margin="6 4 4 4" borderWidth="1" borderRadius="16" borderColor="16" borderColor="gray" />
|
||||
<Label text="{{ title }}" colSpan="2" margin="4 4 0 41" verticalAlignment="center" />
|
||||
<Label text="{{ body }}" colSpan="2" row="1" textWrap="true" margin="4 4 6 4" fontSize="11" />
|
||||
<Image src="~/thumbsdown.png" row="2" width="18" height="18" margin="4" horizontalAlignment="left" />
|
||||
<Image src="~/ui-tests-app/flexbox/icons/thumbsdown.png" row="2" width="18" height="18" margin="4" horizontalAlignment="left" />
|
||||
<Label text="{{ up }}" row="2" fontSize="13" margin="0 0 0 26" verticalAlignment="center" />
|
||||
<Image src="~/thumbsup.png" row="2" col="1" width="18" height="18" margin="4" horizontalAlignment="left" />
|
||||
<Image src="~/ui-tests-app/flexbox/icons/thumbsup.png" row="2" col="1" width="18" height="18" margin="4" horizontalAlignment="left" />
|
||||
<Label text="{{ down }}" row="2" col="1" fontSize="13" margin="0 0 0 26" verticalAlignment="center" />
|
||||
</GridLayout>
|
||||
</Repeater.itemTemplate>
|
||||
@ -53,9 +53,9 @@
|
||||
<Image src="{{ icon }}" alignSelf="center" width="32" height="32" margin="4" borderWidth="1" borderRadius="16" borderColor="16" borderColor="gray" />
|
||||
<Label text="{{ title }}" margin="4" />
|
||||
<Label text="{{ body }}" textWrap="true" margin="4" fontSize="11" />
|
||||
<Image src="~/thumbsdown.png" width="18" height="18" margin="4" />
|
||||
<Image src="~/ui-tests-app/flexbox/icons/thumbsdown.png" width="18" height="18" margin="4" />
|
||||
<Label text="{{ up }}" fontSize="13" alignSelf="center" />
|
||||
<Image src="~/thumbsup.png" width="18" height="18" margin="4" />
|
||||
<Image src="~/ui-tests-app/flexbox/icons/thumbsup.png" width="18" height="18" margin="4" />
|
||||
<Label text="{{ down }}" fontSize="13" alignSelf="center" />
|
||||
</FlexboxLayout>
|
||||
</Repeater.itemTemplate>
|
||||
@ -72,9 +72,9 @@
|
||||
<Image src="{{ icon }}" horizontalAlignment="center" width="32" height="32" margin="4" borderWidth="1" borderRadius="16" borderColor="16" borderColor="gray" />
|
||||
<Label text="{{ title }}" margin="4" />
|
||||
<Label text="{{ body }}" textWrap="true" margin="4" fontSize="11" />
|
||||
<Image src="~/thumbsdown.png" width="18" height="18" margin="4" />
|
||||
<Image src="~/ui-tests-app/flexbox/icons/thumbsdown.png" width="18" height="18" margin="4" />
|
||||
<Label text="{{ up }}" fontSize="13" horizontalAlignment="center" />
|
||||
<Image src="~/thumbsup.png" width="18" height="18" margin="4" />
|
||||
<Image src="~/ui-tests-app/flexbox/icons/thumbsup.png" width="18" height="18" margin="4" />
|
||||
<Label text="{{ down }}" fontSize="13" horizontalAlignment="center" />
|
||||
</StackLayout>
|
||||
</Repeater.itemTemplate>
|
||||
|
Reference in New Issue
Block a user