|
|
|
|
6
|
import android.support.annotation.Nullable;
|
6
|
import android.support.annotation.Nullable;
|
7
|
import android.support.v4.view.ViewPager;
|
7
|
import android.support.v4.view.ViewPager;
|
8
|
import android.view.View;
|
8
|
import android.view.View;
|
|
|
9
|
import android.widget.ImageView;
|
9
|
|
10
|
|
10
|
import com.electric.chargingpile.R;
|
11
|
import com.electric.chargingpile.R;
|
11
|
import com.electric.chargingpile.adapter.SvVideoPagerAdapter;
|
12
|
import com.electric.chargingpile.adapter.SvVideoPagerAdapter;
|
|
|
|
|
80
|
}
|
81
|
}
|
81
|
});
|
82
|
});
|
82
|
findViewById(R.id.vd_title_back).setOnClickListener(this);
|
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
|
addIntentInfo();
|
87
|
addIntentInfo();
|
85
|
}
|
88
|
}
|
86
|
|
89
|
|