Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haihang
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐丛奇
haihang
Commits
393acfb1
Commit
393acfb1
authored
Sep 05, 2018
by
chengxiuhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test main
parent
4bf8aadb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
+1
-5
TestResurtListActivity.java
app/src/main/java/com/oo/eye/activity/TestResurtListActivity.java
+1
-5
No files found.
app/src/main/java/com/oo/eye/activity/TestResurtListActivity.java
View file @
393acfb1
...
@@ -32,8 +32,6 @@ import butterknife.OnClick;
...
@@ -32,8 +32,6 @@ import butterknife.OnClick;
public
class
TestResurtListActivity
extends
BaseActivity
{
public
class
TestResurtListActivity
extends
BaseActivity
{
@BindView
(
R
.
id
.
ddd
)
@BindView
(
R
.
id
.
ddd
)
LinearLayout
mDdd
;
LinearLayout
mDdd
;
@BindView
(
R
.
id
.
begin_test
)
TextView
mBeginTest
;
@BindView
(
R
.
id
.
recycle_view
)
@BindView
(
R
.
id
.
recycle_view
)
RecyclerView
mRecycleView
;
RecyclerView
mRecycleView
;
@BindView
(
R
.
id
.
selete_area_tv
)
@BindView
(
R
.
id
.
selete_area_tv
)
...
@@ -83,7 +81,7 @@ public class TestResurtListActivity extends BaseActivity {
...
@@ -83,7 +81,7 @@ public class TestResurtListActivity extends BaseActivity {
private
boolean
isA
;
private
boolean
isA
;
@OnClick
({
R
.
id
.
selete_area_lay
,
R
.
id
.
selete_lay
,
R
.
id
.
selete1_lay
,
R
.
id
.
selete2_lay
,
R
.
id
.
do_search
,
R
.
id
.
begin_test
})
@OnClick
({
R
.
id
.
selete_area_lay
,
R
.
id
.
selete_lay
,
R
.
id
.
selete1_lay
,
R
.
id
.
selete2_lay
,
R
.
id
.
do_search
})
public
void
onClick
(
View
view
)
{
public
void
onClick
(
View
view
)
{
switch
(
view
.
getId
())
{
switch
(
view
.
getId
())
{
case
R
.
id
.
selete_area_lay
:
case
R
.
id
.
selete_area_lay
:
...
@@ -105,8 +103,6 @@ public class TestResurtListActivity extends BaseActivity {
...
@@ -105,8 +103,6 @@ public class TestResurtListActivity extends BaseActivity {
break
;
break
;
case
R
.
id
.
do_search
:
case
R
.
id
.
do_search
:
break
;
break
;
case
R
.
id
.
begin_test
:
break
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment