diff options
author | Adeel Kazmi <adeel.kazmi@samsung.com> | 2019-06-17 15:11:42 +0100 |
---|---|---|
committer | Adeel Kazmi <adeel.kazmi@samsung.com> | 2019-07-05 11:07:13 +0100 |
commit | 963367dee150e0f85668a884eb809ffa13932956 (patch) | |
tree | c1f035259ec2ac05ee8309b78e724d20ad40886f /com.samsung.dali-demo.xml | |
parent | d805682bd99eaad535ef45ee8d5df288c4040b1a (diff) | |
download | dali-demo-963367dee150e0f85668a884eb809ffa13932956.tar.gz dali-demo-963367dee150e0f85668a884eb809ffa13932956.tar.bz2 dali-demo-963367dee150e0f85668a884eb809ffa13932956.zip |
Added an example that shows the FitKeepAspectRatio Fitting Mode with padding
Change-Id: I0d3440139c7ce6fd8a246ab509c63fa0dc6ca09f
Diffstat (limited to 'com.samsung.dali-demo.xml')
-rw-r--r-- | com.samsung.dali-demo.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/com.samsung.dali-demo.xml b/com.samsung.dali-demo.xml index 85fcc28d..cfb0eced 100644 --- a/com.samsung.dali-demo.xml +++ b/com.samsung.dali-demo.xml @@ -296,6 +296,9 @@ <ui-application appid="gestures.example" exec="/usr/apps/com.samsung.dali-demo/bin/gestures.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> <label>Gestures</label> </ui-application> + <ui-application appid="visual-fitting-mode.example" exec="/usr/apps/com.samsung.dali-demo/bin/visual-fitting-mode.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> + <label>Visual Fitting Mode</label> + </ui-application> <privileges> <privilege>http://tizen.org/privilege/mediastorage</privilege> |