X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fnavigation-frame%2Fnavigation-bar-style.h;h=52f1d07421848aa74768ca857b878d49d1463954;hp=9df024cb24cf14bdb7be976100f249a29bea8f85;hb=5ff76a127dce1541de4f27d29db5e019d80363e0;hpb=57869973578f6a0b0f836d396c7232ddb8302c6b diff --git a/dali-toolkit/public-api/controls/navigation-frame/navigation-bar-style.h b/dali-toolkit/public-api/controls/navigation-frame/navigation-bar-style.h index 9df024c..52f1d07 100644 --- a/dali-toolkit/public-api/controls/navigation-frame/navigation-bar-style.h +++ b/dali-toolkit/public-api/controls/navigation-frame/navigation-bar-style.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_NAVIGATION_BAR_STYLE_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -105,8 +105,6 @@ namespace Toolkit * Constructor */ NaviTitleBarStyle( Actor background, - TextStyle titleTextStyle, - TextStyle subtitleTextStyle, int referenceWidth, int height, int titleHeightWithoutSubtitle, @@ -120,7 +118,6 @@ namespace Toolkit int buttonBottomMargin, int gapBetweenButtons ) : BasicNaviBarStyle( background, referenceWidth, height), - titleTextStyle( titleTextStyle ), subtitleTextStyle( subtitleTextStyle ), titleHeightWithoutSubtitle( titleHeightWithoutSubtitle ), titleHeightWithSubtitle( titleHeightWithSubtitle ), subtitleHeight( subtitleHeight ), titleLeftMargin( titleLeftMargin ), titleBottomMargin( titleBottomMargin ), @@ -130,8 +127,6 @@ namespace Toolkit { } - TextStyle titleTextStyle; ///< the text style of the tile text - TextStyle subtitleTextStyle; ///< the text style of the subtitle text int titleHeightWithoutSubtitle; ///< the height of the title when no subtitle exists int titleHeightWithSubtitle; ///< the height of the title when there is subtitle below int subtitleHeight; ///< the height of the subtitle