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-02-20 21:31:03 +0900
commit0c3447a174326be7a2caf463ef9a9b1f12626920 (patch)
treeee9b261a3225bd515c41bc9f71cf00ddc0734218 /packaging/xamarin-forms-tizen.spec
parenta2802dac119c5045dd2857cbb685ae9465ab0324 (diff)
downloadxamarin-forms-0c3447a174326be7a2caf463ef9a9b1f12626920.tar.gz
xamarin-forms-0c3447a174326be7a2caf463ef9a9b1f12626920.tar.bz2
xamarin-forms-0c3447a174326be7a2caf463ef9a9b1f12626920.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