RidersList and ToolBar sizing done
TODO : cast ListViewItemState.data into RiderVO
This commit is contained in:
@@ -51,10 +51,6 @@ class MainHeader extends LayoutGroup {
|
||||
l.paddingTop = l.paddingBottom = Std.int(headerHeight * .1);
|
||||
l.verticalAlign = MIDDLE;
|
||||
layout = l;
|
||||
}
|
||||
|
||||
private function onCreationComplete(event:FeathersEvent):Void {
|
||||
traceBlue(this + " --> onCreationComplete() - w: " + width + " h: " + height );
|
||||
|
||||
// Menu button
|
||||
var svgIconString:String = Assets.getText("vector/menu_icon_black.svg");
|
||||
@@ -72,6 +68,10 @@ class MainHeader extends LayoutGroup {
|
||||
|
||||
}
|
||||
|
||||
private function onCreationComplete(event:FeathersEvent):Void {
|
||||
traceBlue(this + " --> onCreationComplete() - w: " + width + " h: " + height );
|
||||
}
|
||||
|
||||
function onMenuButtonPress(e:TriggerEvent):Void {
|
||||
var e:CairngormEvent = new CairngormEvent(AppController.OPEN_DRAWER_EVENT);
|
||||
CairngormEventDispatcher.getInstance().dispatchEvent(e);
|
||||
|
||||
Reference in New Issue
Block a user