Skip to content

Commit

Permalink
添加fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
yannecer committed Dec 22, 2017
1 parent a2dbbab commit 9e56888
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import necer.ncalendardemo.adapter.AAAdapter;

/**
* Fragment测试
* Created by necer on 2017/12/22.
*/

Expand All @@ -40,8 +41,6 @@ public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container,

View view = LayoutInflater.from(getContext()).inflate(R.layout.activity_ncalendar, null);



ncalendar = (NCalendar) view.findViewById(R.id.ncalendarrrr);
recyclerView = (RecyclerView) view.findViewById(R.id.recyclerView);
tv_month = (TextView) view.findViewById(R.id.tv_month);
Expand Down

0 comments on commit 9e56888

Please sign in to comment.