Skip to content

Commit

Permalink
test: demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jul 29, 2019
1 parent 195caa1 commit 398d438
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions demo-vue/app/examples/VerticalAlignment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
</ActionBar>
<ScrollView>
<StackLayout>
<HTMLLabel fontSize="20" width="100%" backgroundColor="red" height="100" lineHeight="0" color="black" textWrap="true" text="left textAlignment, top verticalAlignment" verticalAlignment="top"/>
<HTMLLabel fontSize="20" width="100%" backgroundColor="green" height="100" color="black" textWrap="true" text="left textAlignment, center verticalAlignment" verticalAlignment="center"/>
<HTMLLabel fontSize="20" width="100%" backgroundColor="red" height="100" lineHeight="0" color="green" textWrap="true" text="left textAlignment, top verticalAlignment" verticalAlignment="top"/>
<HTMLLabel fontSize="10" width="100%" backgroundColor="green" height="100" color="black" textWrap="true" text="left textAlignment, center verticalAlignment" verticalAlignment="center"/>
<HTMLLabel fontSize="20" width="100%" backgroundColor="blue" height="100" color="black" textWrap="true" text="left textAlignment, bottom verticalAlignment" verticalAlignment="bottom"/>
<HTMLLabel fontSize="20" width="100%" backgroundColor="red" isUserInteractionEnabled="false" height="100" textAlignment="right" color="black" textWrap="false" text="right textAlignment, top verticalAlignment" verticalAlignment="top"/>
<HTMLLabel fontSize="20" width="100%" backgroundColor="green" height="100" color="black" textWrap="false" text="left textAlignment, center verticalAlignment" verticalAlignment="center"/>
<HTMLLabel fontSize="20" width="100%" backgroundColor="yellow" height="100" color="black" textWrap="false" verticalAlignment="center">
<Span text="left textAlignment"/>
<Span text=", center verticalAlignment" color="red" fontSize="20"/>
</HTMLLabel>
<HTMLLabel fontSize="20" width="100%" backgroundColor="blue" height="100" textAlignment="center" color="black" textWrap="false" text="center textAlignment, bottom verticalAlignment" verticalAlignment="bottom"/>

</StackLayout>
Expand Down

0 comments on commit 398d438

Please sign in to comment.