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
13a03f12
Commit
13a03f12
authored
Jul 05, 2018
by
mayu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quick Links - removed FTP
parent
757e152d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
app/src/main/java/app/insti/fragment/QLinksFragment.java
app/src/main/java/app/insti/fragment/QLinksFragment.java
+2
-2
app/src/main/res/layout/fragment_qlinks.xml
app/src/main/res/layout/fragment_qlinks.xml
+5
-5
No files found.
app/src/main/java/app/insti/fragment/QLinksFragment.java
View file @
13a03f12
...
@@ -38,7 +38,7 @@ public class QLinksFragment extends BaseFragment {
...
@@ -38,7 +38,7 @@ public class QLinksFragment extends BaseFragment {
TextView
CAMP
=
getActivity
().
findViewById
(
R
.
id
.
button_CAMP
);
TextView
CAMP
=
getActivity
().
findViewById
(
R
.
id
.
button_CAMP
);
TextView
MSStore
=
getActivity
().
findViewById
(
R
.
id
.
button_MSStore
);
TextView
MSStore
=
getActivity
().
findViewById
(
R
.
id
.
button_MSStore
);
TextView
BigHome
=
getActivity
().
findViewById
(
R
.
id
.
button_BigHomeCloud
);
TextView
BigHome
=
getActivity
().
findViewById
(
R
.
id
.
button_BigHomeCloud
);
TextView
FTP
=
getActivity
().
findViewById
(
R
.
id
.
button_FTP
);
//
TextView FTP = getActivity().findViewById(R.id.button_FTP);
TextView
Intercom
=
getActivity
().
findViewById
(
R
.
id
.
button_Intercom
);
TextView
Intercom
=
getActivity
().
findViewById
(
R
.
id
.
button_Intercom
);
TextView
Hospital
=
getActivity
().
findViewById
(
R
.
id
.
button_Hospital
);
TextView
Hospital
=
getActivity
().
findViewById
(
R
.
id
.
button_Hospital
);
TextView
VPN
=
getActivity
().
findViewById
(
R
.
id
.
button_VPN
);
TextView
VPN
=
getActivity
().
findViewById
(
R
.
id
.
button_VPN
);
...
@@ -61,7 +61,7 @@ public class QLinksFragment extends BaseFragment {
...
@@ -61,7 +61,7 @@ public class QLinksFragment extends BaseFragment {
CAMP
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://camp.iitb.ac.in/"
);
}
});
CAMP
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://camp.iitb.ac.in/"
);
}
});
MSStore
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"http://msstore.iitb.ac.in/"
);
}
});
MSStore
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"http://msstore.iitb.ac.in/"
);
}
});
BigHome
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://home.iitb.ac.in/"
);
}
});
BigHome
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://home.iitb.ac.in/"
);
}
});
FTP
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"ftp://ftp.iitb.ac.in/"
);
}
});
//
FTP.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { goToUrl("ftp://ftp.iitb.ac.in/"); } });
Intercom
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://portal.iitb.ac.in/TelephoneDirectory/"
);
}
});
Intercom
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://portal.iitb.ac.in/TelephoneDirectory/"
);
}
});
Hospital
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"http://www.iitb.ac.in/hospital/"
);
}
});
Hospital
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"http://www.iitb.ac.in/hospital/"
);
}
});
VPN
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://www.cc.iitb.ac.in/engservices/engaccessingiitffromoutside/19-vpn"
);
}
});
VPN
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://www.cc.iitb.ac.in/engservices/engaccessingiitffromoutside/19-vpn"
);
}
});
...
...
app/src/main/res/layout/fragment_qlinks.xml
View file @
13a03f12
...
@@ -105,11 +105,11 @@
...
@@ -105,11 +105,11 @@
android:layout_width=
"match_parent"
android:layout_marginStart=
"@dimen/links_margin_start"
android:layout_width=
"match_parent"
android:layout_marginStart=
"@dimen/links_margin_start"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"BigHome Cloud"
/>
android:text=
"BigHome Cloud"
/>
<
TextView
<
!--<TextView-->
android:id=
"@+id/button_FTP"
android:textSize=
"@dimen/quick_links_size"
<!--android:id="@+id/button_FTP" android:textSize="@dimen/quick_links_size"-->
android:layout_width=
"match_parent"
android:layout_marginStart=
"@dimen/links_margin_start"
<!--android:layout_width="match_parent" android:layout_marginStart="@dimen/links_margin_start"-->
android:layout_height=
"wrap_content"
<!--android:layout_height="wrap_content"-->
android:text=
"FTP"
/
>
<!--android:text="FTP"/>--
>
<TextView
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:text=
" Miscellaneous"
android:textSize=
"25sp"
android:textStyle=
"bold"
/>
<TextView
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:text=
" Miscellaneous"
android:textSize=
"25sp"
android:textStyle=
"bold"
/>
<TextView
<TextView
android:id=
"@+id/button_Intercom"
android:textSize=
"@dimen/quick_links_size"
android:id=
"@+id/button_Intercom"
android:textSize=
"@dimen/quick_links_size"
...
...
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