| | |
| | | import com.weikou.beibeivideo.R; |
| | | import com.weikou.beibeivideo.ui.BaseActivity; |
| | | import com.weikou.beibeivideo.util.BeibeiConstant; |
| | | import com.weikou.beibeivideo.util.ui.TopStatusSettings; |
| | | |
| | | public class FeedBackActivity extends BaseActivity implements |
| | | OnClickListener { |
| | |
| | | super.onCreate(savedInstanceState); |
| | | setContentView(R.layout.activity_feedback); |
| | | aQuery = new AQuery(this); |
| | | initStatusBar(); |
| | | TopStatusSettings.setStatusViewAndDeepColor(this); |
| | | aQuery.id(R.id.tv_submit).clicked(this); |
| | | aQuery.id(R.id.tv_top_bar_left).clicked(this); |
| | | |