Skip to content

Commit 6992a17

Browse files
committed
修改
1 parent 038a626 commit 6992a17

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

.idea/gradle.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/example/administrator/webviewlist/MainActivity.java

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ protected void onCreate(Bundle savedInstanceState) {
2424
super.onCreate(savedInstanceState);
2525
setContentView(R.layout.activity_main);
2626
button = (Button)findViewById(R.id.button) ;
27+
2728
webScrollLayout = (WebScrollLayout)findViewById(R.id.my_layout);
2829
recyclerView = (RecyclerView)findViewById(R.id.recycler);
2930
recyclerView.setLayoutManager(new LinearLayoutManager(this));

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
9-
classpath 'com.android.tools.build:gradle:2.2.0-beta1'
9+
classpath 'com.android.tools.build:gradle:2.2.0-beta2'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

0 commit comments

Comments
 (0)