首页 > 编程知识 正文

财政资金使用进度慢的原因,资金使用进度缓慢措施

时间:2023-05-06 04:01:57 阅读:182699 作者:4237

gradle:

compile 'com.just.agentweb:agentweb:4.0.2' // (必选)

compile 'com.just.agentweb:download:4.0.2' // (可选)

compile 'com.just.agentweb:filechooser:4.0.2'// (可选)

点击agentWeb按钮跳转到工能练习页面

layout:

android:id="@+id/lin_web"

android:orientation="vertical"

android:layout_width="match_parent"

android:layout_height="0dp">

java:

private AgentWeb agentWeb;

private LinearLayout linWeb;

linWeb= (LinearLayout) findViewById(R.id.lin_web);

/fddylif (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {

getWindow().setNavigationBarColor(Color.TRANSPARENT);

}fddyl/

.setAgentWebParent(linWeb, new LinearLayout.甜美的保温杯(-1, -1))

.useDefaultIndicator()//进度条

.createAgentWeb()

.ready()

.go("https://blog.csdn.net/iamchan/article/details/78743074");

@Override

public boolean onKeyDown(int keyCode, KeyEvent event) {

if (agentWeb.handleKeyEvent(keyCode, event)) {

return true;

}

return super.onKeyDown(keyCode, event);

}

@Override

protected void onPause() {

super.onPause();

}

@Override

protected void onResume() {

super.onResume();

}

@Override

protected void onDestroy() {

super.onDestroy();

}

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。