语言

Menu
Sites
Language
[Wearable]Sample app issue

(Circle) Buddy UI sample에 문제가 있습니다.

tizen studio에 포함 된 샘플을 실행하면 sw.focus.txt가 화면 밖에 표시가 됩니다.

label을 만들 때 다음과 같이 속성을 부여하고 있습니다.

#define LABEL_STYLE_START "<font=Tizen:style=Regular><font_size=36><align=center><color=#FAFAFA><wrap=mixed>"

wrap 속성으로 인해 label object가 parent인 sw.focus.txt 영역을 변경하는 것으로 보입니다.

wrap 속성 제거 후 테스트 했을 때 정상적으로 동작합니다.

1line 영역이기 때문에 wrap속성이 의미가 없어 보이는데 해당 속성을 사용한 이유를 알 수 있을까요?

 

响应

1 回复
Mehedi Alamgir

 According to following link  wrap has 4 values (mixed,word,char,none).  But "mixed" doesn't guarantee that it will work, it may fails.  For this "word" is more suitable for wraping.

https://developer.tizen.org/ko/development/api-references/native-application?redirect=/dev-guide/2.4/org.tizen.native.mobile.apireference/group__Entry.html#gab5ef300e5e95d85a1b22f46a767d6d87