summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Native/Label.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-04-24Remove VerticalTextAlignment functionality in LabelSeungkeun Lee1-13/+3
- EFL dose not support yet - Remove VerticalTextAlignment property in Native.Span it was wrong implemented, valign in EFL is semantically different from Xamarin.Forms VerticalTextAlignment - If provide VerticalTextAlignment API in EFL, this feature need to reimplement Change-Id: I502700db74c7410529e46898578640abbd1253ef
2017-04-24Fix Label layout issueSeungkeun Lee1-15/+1
- TCAPI-2251 - This issuse was caused by wrong minimum size - Layout class was depend on request size and minium size to layouting If minium size was (0,0) layout will resize to smaller than request size So, Label should be set proper minimum size Change-Id: I895c32d26ca7b090b185f5ff3793638cec6229a2
2017-04-24Modify FontWeight type for flexibilityKangho Hur1-1/+1
This change is introduced in RFC-15 Change-Id: I8bc22b8818ccda3bee95c83e6979e39810e6b028
2017-04-24Add FontWeight for Label and EntryKangho Hur1-0/+21
- This change is for the referernce application (Clock) to follow UX guideline. (Internal only). - We will improve design and implementation of this APIs in the next release, if requred. Change-Id: Ifac91174a5859adecc9ec6bff1a1d568512ee70b
2017-04-24Fix Label wrap issueSeungkeun Lee1-1/+6
- In some case wrap was not properly working - The label width should be 1 pixel larger than formattedtext block size - It is EFL rule Change-Id: Ie246dd73b678921c3a0c503022c58b3a2c8dc887
2017-04-24Remove horizontalPadding for Label to measure its width correctlyKangho Hur1-2/+0
Change-Id: I6b09e9dbb1996eef4751b13973145df72602fb2e
2017-04-24Add Tizen backend rendererKangho Hur1-0/+347
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d