Example #1
0
 private void Top_wrapper_onLayout(uiPanel c)
 {
     btn_store.alignLeftSide();
     btn_donate.alignRightSide();
     btn_donate.Set_Height(btn_store.Get_Height());// eh, match the store buttons height...
 }