File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
todoapp/app/src/main/res/layout Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
android : id =" @+id/drawer_layout"
21
21
android : layout_width =" match_parent"
22
22
android : layout_height =" match_parent"
23
- tools : context =" .TasksActivity"
23
+ tools : context =" .tasks. TasksActivity"
24
24
tools : openDrawer =" start" >
25
25
26
26
<LinearLayout
Original file line number Diff line number Diff line change 20
20
android : layout_width =" match_parent"
21
21
android : layout_height =" match_parent"
22
22
android : orientation =" vertical"
23
- tools : context =" .TaskDetailActivity" >
23
+ tools : context =" .taskdetail. TaskDetailActivity" >
24
24
25
25
<android .support.design.widget.AppBarLayout
26
26
android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 20
20
android : id =" @+id/drawer_layout"
21
21
android : layout_width =" match_parent"
22
22
android : layout_height =" match_parent"
23
- tools : context =" .TasksActivity"
23
+ tools : context =" .tasks. TasksActivity"
24
24
tools : openDrawer =" start" >
25
25
26
26
<LinearLayout
You can’t perform that action at this time.
0 commit comments