summaryrefslogtreecommitdiff
path: root/packaging/xamarin-forms-tizen.spec
diff options
context:
space:
mode:
authorSeungkeun Lee <sngn.lee@samsung.com>2017-02-08 10:17:28 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-04-24 13:36:54 +0900
commit84180f9380d5e14f17d26d46ec0287695737539e (patch)
treeba0397a3d912847b40bc63c085e258a04c05d433 /packaging/xamarin-forms-tizen.spec
parent70b9f6ce1612ad7060a6b0c910a77d86ccadfc31 (diff)
downloadxamarin-forms-84180f9380d5e14f17d26d46ec0287695737539e.tar.gz
xamarin-forms-84180f9380d5e14f17d26d46ec0287695737539e.tar.bz2
xamarin-forms-84180f9380d5e14f17d26d46ec0287695737539e.zip
Support density independent pixel
- Support Enable/Disable of this feature - By default, it was disabled. if you want enabling DP support feature, Use Forms.Init(FormsApplication application, bool useDeviceIndependentPixel) API - Hard-coded pixel value was changed to DP units - If you deal with native coordinate, use Forms.ConvertToScaledPixel / Forms.ConvertToScaledDP - If you convert hard-coded DP to pixels, use Forms.ConvertToPixel - Update font size convert formula Change-Id: I345115551e1c37d27b8a7152af5ef847d035c9a4
Diffstat (limited to 'packaging/xamarin-forms-tizen.spec')
-rw-r--r--packaging/xamarin-forms-tizen.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/xamarin-forms-tizen.spec b/packaging/xamarin-forms-tizen.spec
index d718bf33..a8ade354 100644
--- a/packaging/xamarin-forms-tizen.spec
+++ b/packaging/xamarin-forms-tizen.spec
@@ -1,7 +1,7 @@
%define XF_VERSION 2.3.4
# Increase this XF_TIZEN_VERSION when any public APIs of Xamarin.Forms.Platform.Tizen are changed.
-%define XF_TIZEN_VERSION r192-001
+%define XF_TIZEN_VERSION r192-002
Name: xamarin-forms-tizen
Summary: Xamarin.Forms for Tizen platform