Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
InstiApp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
RAHUL SHARMA
InstiApp
Commits
28213b52
Commit
28213b52
authored
Feb 18, 2019
by
Varun Patil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(quick-links): Add eateries feedback
parent
6f9c1cff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
app/src/main/java/app/insti/fragment/QuickLinksFragment.java
app/src/main/java/app/insti/fragment/QuickLinksFragment.java
+6
-0
app/src/main/res/layout/fragment_quick_links.xml
app/src/main/res/layout/fragment_quick_links.xml
+5
-0
No files found.
app/src/main/java/app/insti/fragment/QuickLinksFragment.java
View file @
28213b52
...
...
@@ -28,6 +28,7 @@ public class QuickLinksFragment extends BaseFragment {
TextView
CMS
=
getActivity
().
findViewById
(
R
.
id
.
button_CMS
);
TextView
CMSMaint
=
getActivity
().
findViewById
(
R
.
id
.
button_CMSMaint
);
TextView
CMSNet
=
getActivity
().
findViewById
(
R
.
id
.
button_CMSNet
);
TextView
Eateries
=
getActivity
().
findViewById
(
R
.
id
.
button_Eateries
);
TextView
ASC
=
getActivity
().
findViewById
(
R
.
id
.
button_ASC
);
TextView
ASCExt
=
getActivity
().
findViewById
(
R
.
id
.
button_ASCExt
);
TextView
Moodle
=
getActivity
().
findViewById
(
R
.
id
.
button_Moodle
);
...
...
@@ -64,6 +65,11 @@ public class QuickLinksFragment extends BaseFragment {
goToUrl
(
"https://help-cc.iitb.ac.in/"
);
}
});
Eateries
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://gymkhana.iitb.ac.in/feedback/eateries/"
);
}
});
ASC
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://asc.iitb.ac.in"
);
...
...
app/src/main/res/layout/fragment_quick_links.xml
View file @
28213b52
...
...
@@ -32,6 +32,11 @@
style=
"@style/QuickLink"
android:text=
"CMS - Network"
/>
<TextView
android:id=
"@+id/button_Eateries"
style=
"@style/QuickLink"
android:text=
"Eateries Feedback"
/>
<TextView
style=
"@style/QuickLinksHeading"
android:text=
"Academics"
/>
...
...
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