Exemplo n.º 1
0
 public static double GetSplitRatio(this DrawerBox drawerlayoutBox)
 {
     return(0.4);
 }
Exemplo n.º 2
0
 public static double GetDrawerRatio(this DrawerBox drawerlayoutBox, int width, int height)
 {
     return((width > height) ? 0.4 : 0.83);
 }