convert role to scrollinglabel
This commit is contained in:
parent
c007bfde05
commit
3ec90bf1ae
|
@ -24,8 +24,10 @@ end sub
|
|||
sub focusChanged()
|
||||
if m.top.itemHasFocus = true
|
||||
m.name.repeatCount = -1
|
||||
m.role.repeatCount = -1
|
||||
else
|
||||
m.name.repeatCount = 0
|
||||
m.role.repeatCount = 0
|
||||
end if
|
||||
|
||||
if m.deviceInfo.IsAudioGuideEnabled() = true
|
||||
|
|
|
@ -12,7 +12,10 @@
|
|||
horizAlign="center" vertAlign="bottom"
|
||||
maxWidth="266" height="48"
|
||||
font="font:SmallestBoldSystemFont" repeatCount="0"/>
|
||||
<Label id="SubTitle" horizAlign="center" vertAlign="center" font="font:SmallestBoldSystemFont" height="32" color="#A7A7A7FF" />
|
||||
<ScrollingLabel id="SubTitle"
|
||||
horizAlign="center" vertAlign="center"
|
||||
maxWidth="234" height="32"
|
||||
font="font:SmallestBoldSystemFont" color="#A7A7A7FF" repeatCount = "0" />
|
||||
</LayoutGroup>
|
||||
</children>
|
||||
</component>
|
||||
|
|
Loading…
Reference in New Issue
Block a user