예제 #1
0
 public virtual Drawable getIcon(FcContext fcContext)
 {
     return(Default ? fcContext.getDrawable(mDrawableId) : fcContext.getApplicationDrawable(mAppInfo.PackageName, mDrawableId));
 }
 private Drawable getBackground(FcContext fcContext, bool active)
 {
     return(active ? fcContext.getDrawable(R.drawable.floating_controller_active_app_frame) : new ColorDrawable(Color.parseColor("#00ffffff")));
 }