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