wasabeef / Blurry

Blurry is an easy blur library for Android
Apache License 2.0
5.57k stars 602 forks source link

My Fragement can't show it #31

Open dedeTao opened 8 years ago

dedeTao commented 8 years ago

Blurry.with(getActivity()) .radius(25) .sampling(1) .color(Color.argb(66, 255, 255, 0)) .async() .capture(gg) .into(gg); gg is a ImageView, use it show nothing in my appliacation,have can i do ?

dedeTao commented 8 years ago

package com.twq.testscreendemo3;

import android.graphics.Color; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.widget.ImageView; import android.widget.LinearLayout;

import jp.wasabeef.blurry.Blurry;

/**

chenjunqi commented 8 years ago

i meet the same problem

chenjunqi commented 8 years ago

i found solution here #25 ,