diff options
author | David Steele <david.steele@samsung.com> | 2016-08-04 16:15:19 +0100 |
---|---|---|
committer | David Steele <david.steele@samsung.com> | 2016-08-04 08:24:47 -0700 |
commit | 68084ad1ce68796f9ae1db1cd6692ffaa5d5e3c9 (patch) | |
tree | 51c1cd849705d0ac6810ee17ce8e88bd7b729048 /shared | |
parent | 799c9609fbd3526e10f180537d35c9391163ff04 (diff) | |
download | dali-demo-68084ad1ce68796f9ae1db1cd6692ffaa5d5e3c9.tar.gz dali-demo-68084ad1ce68796f9ae1db1cd6692ffaa5d5e3c9.tar.bz2 dali-demo-68084ad1ce68796f9ae1db1cd6692ffaa5d5e3c9.zip |
Updated demos to remove indicator where appropriate
Removed indicator from demo toolbar, and from other examples that
don't use toolbar and have a UI at the top of the display.
Change-Id: Ifd3b3c5f916f249f492ff154a0ca28054763ee6e
Signed-off-by: David Steele <david.steele@samsung.com>
Diffstat (limited to 'shared')
-rw-r--r-- | shared/view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/view.h b/shared/view.h index 2606fd26..cc7ca8f0 100644 --- a/shared/view.h +++ b/shared/view.h @@ -118,6 +118,9 @@ Dali::Layer CreateView( Dali::Application& application, { Dali::Stage stage = Dali::Stage::GetCurrent(); + // Hide the indicator bar + application.GetWindow().ShowIndicator( Dali::Window::INVISIBLE ); + // Create default View. view = Dali::Toolkit::Control::New(); view.SetAnchorPoint( Dali::AnchorPoint::CENTER ); |