dxh 5 lat temu
rodzic
commit
7e22868bc6

+ 4 - 1
app/src/main/java/com/electric/chargingpile/activity/VideoDetaislActivity.java

@ -6,6 +6,7 @@ import android.os.Handler;
6 6
import android.support.annotation.Nullable;
7 7
import android.support.v4.view.ViewPager;
8 8
import android.view.View;
9
import android.widget.ImageView;
9 10
10 11
import com.electric.chargingpile.R;
11 12
import com.electric.chargingpile.adapter.SvVideoPagerAdapter;
@ -80,7 +81,9 @@ public class VideoDetaislActivity extends Activity implements View.OnClickListen
80 81
            }
81 82
        });
82 83
        findViewById(R.id.vd_title_back).setOnClickListener(this);
83
        findViewById(R.id.vd_title_dot).setOnClickListener(this);
84
      ImageView  dot =  findViewById(R.id.vd_title_dot);
85
        dot.setVisibility(View.GONE);
86
        dot.setOnClickListener(this);
84 87
        addIntentInfo();
85 88
    }
86 89