Commit 8f48523b authored by Sajal Narang's avatar Sajal Narang

Fix spelling of calendar

parent 8af9e00a
...@@ -34,7 +34,7 @@ public class QLinksFragment extends BaseFragment { ...@@ -34,7 +34,7 @@ public class QLinksFragment extends BaseFragment {
TextView Intern = getActivity().findViewById(R.id.button_Internship); TextView Intern = getActivity().findViewById(R.id.button_Internship);
TextView Placement = getActivity().findViewById(R.id.button_Placement); TextView Placement = getActivity().findViewById(R.id.button_Placement);
TextView Library = getActivity().findViewById(R.id.button_Library); TextView Library = getActivity().findViewById(R.id.button_Library);
TextView AcadCal = getActivity().findViewById(R.id.button_Acad_calender); TextView AcadCal = getActivity().findViewById(R.id.button_Acad_calendar);
TextView AcadTime = getActivity().findViewById(R.id.button_Acad_timetable); TextView AcadTime = getActivity().findViewById(R.id.button_Acad_timetable);
TextView Holidays = getActivity().findViewById(R.id.button_Holidays); TextView Holidays = getActivity().findViewById(R.id.button_Holidays);
TextView Circulars = getActivity().findViewById(R.id.button_Circulars); TextView Circulars = getActivity().findViewById(R.id.button_Circulars);
......
...@@ -92,14 +92,14 @@ ...@@ -92,14 +92,14 @@
<TextView <TextView
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text=" Calender" android:text=" Calendar"
android:textSize="25sp" /> android:textSize="25sp" />
<TextView <TextView
android:id="@+id/button_Acad_calender" android:id="@+id/button_Acad_calendar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Academic Calender" android:text="Academic Calendar"
android:textSize="@dimen/quick_links_size" /> android:textSize="@dimen/quick_links_size" />
<TextView <TextView
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment