Naviframe: back button disabled state fix.
Change-Id: I7355e85a7362f9ba6b576aa46cc0379ca5211067
description { state: "clicked" 0.0;
inherit: "default" 0.0;
}
+ description { state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 127 127 127 127;
+ }
}
part { name: "over2";
type: RECT;
action: STATE_SET "disabled" 0.0;
target: "button_image";
target: "disabler";
+ target: "back_button";
after: "disable_button";
}
program { name: "disable_button";
action: STATE_SET "default" 0.0;
target: "button_image";
target: "disabler";
+ target: "back_button";
after: "enable_button";
}
program { name: "enable_button";