[access] use acessibility own part for the naviframe title.

SVN revision: 82857
This commit is contained in:
Shinwoo Kim 2013-01-16 06:34:49 +00:00
parent 1e2e63d899
commit a9cb727876
2 changed files with 22 additions and 3 deletions

View File

@ -147,7 +147,16 @@ group { name: "elm/naviframe/item/basic/default";
}
}
}
part { name: "access.title";
type: RECT;
repeat_events: 1;
description { state: "default" 0.0;
fixed: 1 1;
rel1.to: "title_base";
rel2.to: "title_base";
color: 0 0 0 0;
}
}
part { name: "elements_area";
type: RECT;
mouse_events: 0;
@ -524,6 +533,7 @@ group { name: "elm/naviframe/item/overlap/default";
min: 1 55;
align: 0.0 0.0;
fixed: 0 1;
color: 255 0 0 125;
rel1 { relative: 0.0 0.0; }
rel2 { relative: 1.0 0.0; }
}
@ -592,7 +602,16 @@ group { name: "elm/naviframe/item/overlap/default";
}
}
}
part { name: "access.title";
type: RECT;
repeat_events: 1;
description { state: "default" 0.0;
fixed: 1 1;
rel1.to: "title_base";
rel2.to: "title_base";
color: 0 0 0 0;
}
}
part { name: "elements_area";
type: RECT;
mouse_events: 0;

View File

@ -15,7 +15,7 @@ static const char NEXT_BTN_PART[] = "elm.swallow.next_btn";
static const char ICON_PART[] = "elm.swallow.icon";
static const char TITLE_PART[] = "elm.text.title";
static const char SUBTITLE_PART[] = "elm.text.subtitle";
static const char TITLE_ACCESS_PART[] = "title_base";
static const char TITLE_ACCESS_PART[] = "access.title";
static const char SIG_TRANSITION_FINISHED[] = "transition,finished";
static const char SIG_TITLE_CLICKED[] = "title,clicked";