summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonki Kim <wonki_.kim@samsung.com>2017-01-02 17:46:25 +0900
committerWonki Kim <wonki_.kim@samsung.com>2017-01-02 17:52:11 +0900
commit3f81367e2a48d595b5d8ace21397e6fd368af079 (patch)
treee87df77e57e64992b0ee418fe6195c3cacb0eb31
parent351e3ccc96220ab76f962a7003fe22d0c90a4946 (diff)
downloadefl-theme-tizen-mobile-3f81367e2a48d595b5d8ace21397e6fd368af079.tar.gz
efl-theme-tizen-mobile-3f81367e2a48d595b5d8ace21397e6fd368af079.tar.bz2
efl-theme-tizen-mobile-3f81367e2a48d595b5d8ace21397e6fd368af079.zip
Revert "[Radio] add padding value only for radio"
There are two same commits caused by merging mistake. this commit revert a commit of them. (commit id: cbab95f481030ad500817e0ad8112c575a72f61) Conflicts: mobile/HD-inc.edc
-rw-r--r--mobile/HD-inc.edc26
1 files changed, 0 insertions, 26 deletions
diff --git a/mobile/HD-inc.edc b/mobile/HD-inc.edc
index f5473586..2077149d 100644
--- a/mobile/HD-inc.edc
+++ b/mobile/HD-inc.edc
@@ -1409,32 +1409,6 @@ base: "color=#ffffffff align=left font=Tizen:weight=SemiBold:width=Condensed fon
base: "color=#FFF color_class=radio/default/text_pressed font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0";
STYLE_TAGS
}
- // ************* radio text ********** //
- style { name: "radio_default";
- base: "color=#000000FF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0";
- STYLE_TAGS
- }
- style { name: "radio_default_dim";
- base: "color=#000000A3 font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0";
- STYLE_TAGS
- }
- style { name: "radio_default_press";
- base: "color=#000000FF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0";
- STYLE_TAGS
- }
- // ************* radio text ********** //
- style { name: "radio_default";
- base: "color=#000000FF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0";
- STYLE_TAGS
- }
- style { name: "radio_default_dim";
- base: "color=#000000A3 font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0";
- STYLE_TAGS
- }
- style { name: "radio_default_press";
- base: "color=#000000FF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0";
- STYLE_TAGS
- }
// ************* no Content text ********** //
style { name: "empty_state_1";
base: "font=Tizen:weight=Normal font_size="NO_CONTENT_TITLE_TEXT_FONT_SIZE_INC" align=center color=#ffffffff text_class=tizen wrap=mixed ellipsis=1.0";