From 7d7eb3d0583fc617c436001bfb2f67e03b57513b Mon Sep 17 00:00:00 2001 From: Tae-Hwan Kim Date: Mon, 3 Jun 2013 19:29:33 +0900 Subject: [PATCH] [Genlist] Add customized focus part for layout usage Change-Id: I56588cc06ecbe7317b826e7a26f2b8a5aa6c12b0 --- themes/widgets/genlist/genlist_macro.edc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/widgets/genlist/genlist_macro.edc b/themes/widgets/genlist/genlist_macro.edc index 763eece..83c996e 100755 --- a/themes/widgets/genlist/genlist_macro.edc +++ b/themes/widgets/genlist/genlist_macro.edc @@ -965,6 +965,12 @@ border: 7 7 7 7; \ } \ } \ + ) \ + GENLIST_PART_ICON("elm.icon.focus", \ + repeat_events: 1; \ + GENLIST_DESCRIPTION_ENVELOP("focus_part", \ + fixed: 1 1; \ + ) \ ) //****************************************************************************// -- 2.7.4