コード例 #1
0
 public CustomActionBarDrawerToggle(CustomMasterDetailRenderer owner, Activity activity, DrawerLayout drawerLayout)
     : base(activity, drawerLayout, Resource.String.navigation_drawer_open, Resource.String.navigation_drawer_close)
 {
     //this.appCompatDelegate = activity.GetAppCompatDelegate();
     this.owner = owner;
 }
コード例 #2
0
			public CustomActionBarDrawerToggle(CustomMasterDetailRenderer owner, Activity activity, DrawerLayout drawerLayout)
				: base(activity, drawerLayout, Resource.String.navigation_drawer_open, Resource.String.navigation_drawer_close)
			{
				//this.appCompatDelegate = activity.GetAppCompatDelegate();
				this.owner = owner;
			}