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
0351700b
Commit
0351700b
authored
May 26, 2017
by
Divyadarshee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nav drawer modified
parent
bdce0205
Changes
16
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
173 additions
and
20 deletions
+173
-20
.idea/misc.xml
.idea/misc.xml
+1
-1
.idea/modules.xml
.idea/modules.xml
+3
-1
.idea/vcs.xml
.idea/vcs.xml
+6
-0
app/src/main/java/in/ac/iitb/gymkhana/iitbapp/MainActivity.java
...c/main/java/in/ac/iitb/gymkhana/iitbapp/MainActivity.java
+12
-6
app/src/main/res/drawable/ic_about.xml
app/src/main/res/drawable/ic_about.xml
+9
-0
app/src/main/res/drawable/ic_calendar.xml
app/src/main/res/drawable/ic_calendar.xml
+16
-0
app/src/main/res/drawable/ic_contacts_black_24dp.xml
app/src/main/res/drawable/ic_contacts_black_24dp.xml
+9
-0
app/src/main/res/drawable/ic_event_black_24dp.xml
app/src/main/res/drawable/ic_event_black_24dp.xml
+9
-0
app/src/main/res/drawable/ic_iitb_feed.xml
app/src/main/res/drawable/ic_iitb_feed.xml
+15
-0
app/src/main/res/drawable/ic_map.xml
app/src/main/res/drawable/ic_map.xml
+23
-0
app/src/main/res/drawable/ic_mess_menu.xml
app/src/main/res/drawable/ic_mess_menu.xml
+9
-0
app/src/main/res/drawable/ic_phone.xml
app/src/main/res/drawable/ic_phone.xml
+9
-0
app/src/main/res/drawable/ic_poll_black_24dp.xml
app/src/main/res/drawable/ic_poll_black_24dp.xml
+9
-0
app/src/main/res/drawable/ic_pt.xml
app/src/main/res/drawable/ic_pt.xml
+9
-0
app/src/main/res/drawable/ic_timetable.xml
app/src/main/res/drawable/ic_timetable.xml
+11
-0
app/src/main/res/menu/activity_main_drawer.xml
app/src/main/res/menu/activity_main_drawer.xml
+23
-12
No files found.
.idea/misc.xml
View file @
0351700b
...
...
@@ -24,7 +24,7 @@
</value>
</option>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_7"
default=
"true"
project-jdk-name=
"
1.8
"
project-jdk-type=
"JavaSDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_7"
default=
"true"
project-jdk-name=
"
JDK
"
project-jdk-type=
"JavaSDK"
>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
</component>
<component
name=
"ProjectType"
>
...
...
.idea/modules.xml
View file @
0351700b
...
...
@@ -2,8 +2,10 @@
<project
version=
"4"
>
<component
name=
"ProjectModuleManager"
>
<modules>
<module
fileurl=
"file://$PROJECT_DIR$/IITBApp.iml"
filepath=
"$PROJECT_DIR$/IITBApp.iml"
/>
<module
fileurl=
"file://$PROJECT_DIR$/IITB-App.iml"
filepath=
"$PROJECT_DIR$/IITB-App.iml"
/>
<module
fileurl=
"file://D:\IITB-App\IITBApp.iml"
filepath=
"D:\IITB-App\IITBApp.iml"
/>
<module
fileurl=
"file://$PROJECT_DIR$/app/app.iml"
filepath=
"$PROJECT_DIR$/app/app.iml"
/>
<module
fileurl=
"file://D:\IITB-App\app\app.iml"
filepath=
"D:\IITB-App\app\app.iml"
/>
</modules>
</component>
</project>
\ No newline at end of file
.idea/vcs.xml
0 → 100644
View file @
0351700b
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"VcsDirectoryMappings"
>
<mapping
directory=
"$PROJECT_DIR$"
vcs=
"Git"
/>
</component>
</project>
\ No newline at end of file
app/src/main/java/in/ac/iitb/gymkhana/iitbapp/MainActivity.java
View file @
0351700b
...
...
@@ -80,17 +80,23 @@ public class MainActivity extends AppCompatActivity
// Handle navigation view item clicks here.
int
id
=
item
.
getItemId
();
if
(
id
==
R
.
id
.
nav_
camera
)
{
if
(
id
==
R
.
id
.
nav_
feed
)
{
// Handle the camera action
}
else
if
(
id
==
R
.
id
.
nav_
gallery
)
{
}
else
if
(
id
==
R
.
id
.
nav_
my_events
)
{
}
else
if
(
id
==
R
.
id
.
nav_
slideshow
)
{
}
else
if
(
id
==
R
.
id
.
nav_
pt_cell
)
{
}
else
if
(
id
==
R
.
id
.
nav_m
anage
)
{
}
else
if
(
id
==
R
.
id
.
nav_m
ess_menu
)
{
}
else
if
(
id
==
R
.
id
.
nav_
share
)
{
}
else
if
(
id
==
R
.
id
.
nav_
gc_rankings
)
{
}
else
if
(
id
==
R
.
id
.
nav_send
)
{
}
else
if
(
id
==
R
.
id
.
nav_calendar
)
{
}
else
if
(
id
==
R
.
id
.
nav_cms
)
{
}
else
if
(
id
==
R
.
id
.
nav_timetable
)
{
}
else
if
(
id
==
R
.
id
.
nav_map
)
{
}
...
...
app/src/main/res/drawable/ic_about.xml
0 → 100644
View file @
0351700b
<vector
android:height=
"24dp"
android:viewportHeight=
"225.0"
android:viewportWidth=
"225.0"
android:width=
"24dp"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<path
android:fillColor=
"#000000"
android:pathData=
"M99.3,22.9c-6.6,1.1 -18,4.6 -25,7.6 -18.8,8.3 -37.9,28.3 -45.2,47.4 -5.5,14.3 -6.5,19.5 -6.5,34.6 0,15.1 1,20.3 6.5,34.6 7.4,19.2 26.4,39.1 45.5,47.5 3.1,1.3 9.5,3.7 14.3,5.1 7.6,2.3 10.3,2.6 23.6,2.6 13.3,0 16,-0.3 23.6,-2.6 17.7,-5.4 28.7,-11.9 40.6,-23.9 12.1,-12.4 18.9,-24.5 23.9,-42.8 2.5,-9.1 2.5,-31.9 0,-41 -5,-18.3 -11.8,-30.4 -23.9,-42.8 -16.7,-17 -37,-25.9 -60.7,-26.7 -6.3,-0.2 -13.8,0 -16.7,0.4zM120,40c40.6,4.6 69.5,40.5 64.9,80.5 -5.2,46.3 -51.9,76 -95.9,61 -38,-12.9 -58.4,-54.5 -45.5,-92.5 8.9,-26.2 32.8,-45.7 60,-48.9 3.9,-0.5 7.2,-0.9 7.5,-1 0.3,0 4.3,0.4 9,0.9z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M122.5,61.6c-6.6,3.3 -9.2,11.3 -5.6,17.2 4.8,7.5 17.3,6.9 22.1,-1.1 3.2,-5.1 2.6,-10.3 -1.4,-14.3 -2.8,-2.8 -4.1,-3.4 -7.7,-3.4 -2.4,0 -5.7,0.7 -7.4,1.6z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M108.1,94.6c-5,1.8 -7.8,3.4 -13.3,7.7 -3.3,2.5 -3.6,3.1 -2.6,5.2l1,2.3 4.1,-2.9c4.9,-3.6 8.7,-3.9 8.7,-0.7 0,1.2 -2.9,9.5 -6.5,18.3 -3.5,8.9 -7.2,19.3 -8.1,23.1 -1.5,6.3 -1.5,7.2 -0.1,10.7 1.8,4.1 6.2,6.7 11.7,6.7 5,0 12.8,-3.6 20.4,-9.4 9.9,-7.6 11,-8.9 9.6,-11.5 -1,-2 -1.2,-2 -6.1,1.9 -6.2,4.9 -8.9,5.2 -8.9,1.2 0,-1.6 2.9,-10.8 6.5,-20.5 6.8,-18.6 7.5,-22 5,-26.7 -3,-5.8 -13.2,-8.4 -21.4,-5.4z"
android:strokeColor=
"#00000000"
/>
</vector>
app/src/main/res/drawable/ic_calendar.xml
0 → 100644
View file @
0351700b
<vector
android:height=
"24dp"
android:viewportHeight=
"36.447"
android:viewportWidth=
"36.447"
android:width=
"24dp"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M30.22,3.95h-1.1V2.75c0,-1.52 -1.2,-2.75 -2.67,-2.75c-1.47,0 -2.67,1.23 -2.67,2.75v1.2h-2.74V2.75c0,-1.52 -1.2,-2.75 -2.67,-2.75c-1.47,0 -2.67,1.23 -2.67,2.75v1.2h-2.74V2.75c0,-1.52 -1.2,-2.75 -2.67,-2.75c-1.47,0 -2.67,1.23 -2.67,2.75v1.2H6.22c-2.34,0 -4.25,1.91 -4.25,4.25v24c0,2.34 1.91,4.25 4.25,4.25h24c2.34,0 4.25,-1.91 4.25,-4.25v-24C34.47,5.86 32.57,3.95 30.22,3.95zM25.29,2.75c0,-0.69 0.52,-1.25 1.17,-1.25c0.65,0 1.17,0.56 1.17,1.25v4.9c0,0.69 -0.52,1.25 -1.17,1.25c-0.64,0 -1.17,-0.56 -1.17,-1.25V2.75zM17.21,2.75c0,-0.69 0.52,-1.25 1.17,-1.25s1.17,0.56 1.17,1.25v4.9c0,0.69 -0.52,1.25 -1.17,1.25s-1.17,-0.56 -1.17,-1.25V2.75zM9.13,2.75c0,-0.69 0.52,-1.25 1.17,-1.25s1.17,0.56 1.17,1.25v4.9c0,0.69 -0.52,1.25 -1.17,1.25s-1.17,-0.56 -1.17,-1.25V2.75zM31.97,32.2c0,0.96 -0.79,1.75 -1.75,1.75h-24c-0.96,0 -1.75,-0.79 -1.75,-1.75v-22h27.5V32.2z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M6.72,14.63h4.59v4.09h-4.59z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M12.86,14.63h4.6v4.09h-4.6z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M19,14.63h4.59v4.09h-4.59z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M25.13,14.63h4.6v4.09h-4.6z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M6.72,20.08h4.59v4.09h-4.59z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M12.86,20.08h4.6v4.09h-4.6z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M19,20.08h4.59v4.09h-4.59z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M25.13,20.08h4.6v4.09h-4.6z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M6.72,25.54h4.59v4.09h-4.59z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M12.86,25.54h4.6v4.09h-4.6z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M19,25.54h4.59v4.09h-4.59z"
/>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M25.13,25.54h4.6v4.09h-4.6z"
/>
</vector>
app/src/main/res/drawable/ic_contacts_black_24dp.xml
0 → 100644
View file @
0351700b
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24.0"
android:viewportHeight=
"24.0"
>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M20,0L4,0v2h16L20,0zM4,24h16v-2L4,22v2zM20,4L4,4c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2L22,6c0,-1.1 -0.9,-2 -2,-2zM12,6.75c1.24,0 2.25,1.01 2.25,2.25s-1.01,2.25 -2.25,2.25S9.75,10.24 9.75,9 10.76,6.75 12,6.75zM17,17L7,17v-1.5c0,-1.67 3.33,-2.5 5,-2.5s5,0.83 5,2.5L17,17z"
/>
</vector>
app/src/main/res/drawable/ic_event_black_24dp.xml
0 → 100644
View file @
0351700b
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24.0"
android:viewportHeight=
"24.0"
>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M17,12h-5v5h5v-5zM16,1v2L8,3L8,1L6,1v2L5,3c-1.11,0 -1.99,0.9 -1.99,2L3,19c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2h-1L18,1h-2zM19,19L5,19L5,8h14v11z"
/>
</vector>
app/src/main/res/drawable/ic_iitb_feed.xml
0 → 100644
View file @
0351700b
<vector
android:height=
"24dp"
android:viewportHeight=
"225.0"
android:viewportWidth=
"225.0"
android:width=
"24dp"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<path
android:fillColor=
"#000000"
android:pathData=
"M0.2,123.2l0.3,81.3 3,6c3.7,7.3 9.4,11.9 16.7,13.4 3.7,0.8 33.5,1.1 96.9,0.9l91.6,-0.3 4.9,-3c3.7,-2.4 5.6,-4.5 7.9,-9l3,-5.9 0.3,-68.3 0.3,-68.3 -14.1,0 -14,0 0,-14 0,-14 -98.5,0 -98.6,0 0.3,81.2zM183,129.3c0,71.3 0.1,73.4 2,77.2 1.1,2.2 2,4.1 2,4.2 0,0.2 -36.5,0.3 -81.1,0.3 -90.9,0 -86.1,0.4 -89.9,-7.1 -1.9,-3.7 -2,-6.4 -2,-75.9l0,-72 84.5,0 84.5,0 0,73.3z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M28,91.5l0,6.5 70.5,0 70.5,0 0,-6.5 0,-6.5 -70.5,0 -70.5,0 0,6.5z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M28,148l0,35 31.5,0 31.5,0 0,-35 0,-35 -31.5,0 -31.5,0 0,35z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M106,119.5l0,6.5 31.5,0 31.5,0 0,-6.5 0,-6.5 -31.5,0 -31.5,0 0,6.5z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M106,148l0,7 31.3,-0.2 31.2,-0.3 0.3,-6.8 0.3,-6.7 -31.6,0 -31.5,0 0,7z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M106,176l0,7 24.3,-0.2 24.2,-0.3 0.3,-6.8 0.3,-6.7 -24.6,0 -24.5,0 0,7z"
android:strokeColor=
"#00000000"
/>
</vector>
app/src/main/res/drawable/ic_map.xml
0 → 100644
View file @
0351700b
<vector
android:height=
"24dp"
android:viewportHeight=
"225.0"
android:viewportWidth=
"225.0"
android:width=
"24dp"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<path
android:fillColor=
"#000000"
android:pathData=
"M0,42.8l0,42.7 33,-33c18.2,-18.2 32.7,-33.1 32.3,-33.2 -0.5,-0.2 -13.2,-3.9 -28.3,-8.3 -15.1,-4.5 -29.6,-8.7 -32.2,-9.5l-4.8,-1.4 0,42.7z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M120.5,8.6l-30.9,8.3 -15.6,15.6 -15.5,15.5 23.2,23.2 23.3,23.3 7.4,-7.4 7.4,-7.3 -3.2,-6.7c-2.8,-6 -3.1,-7.5 -3.1,-16.6 0,-8.8 0.3,-10.7 2.7,-15.8 9.7,-20.6 34,-29.3 54,-19.2l5.2,2.6 6.5,-6.5c3.6,-3.6 6.3,-6.7 6.1,-6.9 -0.6,-0.4 -35.6,-10.7 -36.1,-10.6 -0.2,0 -14.3,3.9 -31.4,8.5z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M195.2,25.3l-9.3,9.3 2.8,6c2.3,5.1 2.7,7.2 2.7,15.9 0.1,9.3 -0.1,10.4 -3.1,16.5 -1.8,3.6 -3.8,7.3 -4.5,8.3 -1.1,1.5 1.1,4.1 20,22.9l21.2,21.3 0,-52.1 0,-52 -9.3,-2.7c-5.1,-1.5 -9.7,-2.7 -10.3,-2.7 -0.5,0 -5.1,4.2 -10.2,9.3z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M146,32.9c-13.9,4.5 -21.4,19 -16.6,32.3 1.1,3.2 20.3,28.9 22.6,30.3 1.5,0.9 21.9,-26 23.7,-31.1 3.9,-11.5 -1.5,-24.1 -13,-30 -3.5,-1.9 -13.1,-2.7 -16.7,-1.5zM155.9,50.5c4.6,2.3 5.4,6.6 2,10.9 -5.4,6.9 -16,-0.7 -11.8,-8.5 0.9,-1.8 4,-3.7 6.2,-3.8 0.4,-0.1 2.1,0.6 3.6,1.4z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M23.7,82.8l-23.7,23.7 0,16.5 0,16.5 32.2,-32.2 32.3,-32.3 -8,-8c-4.4,-4.4 -8.2,-8 -8.5,-8 -0.3,0 -11.2,10.7 -24.3,23.8z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M37.2,123.3l-37.2,37.2 0,19.5 0,19.5 47.2,-47.2 47.3,-47.3 -9.5,-9.5c-5.2,-5.2 -9.7,-9.5 -10,-9.5 -0.3,0 -17.3,16.8 -37.8,37.3z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M108.5,112l-20,20 21.8,21.7 21.7,21.8 30.5,-30.5 30.5,-30.5 -10,-9.9c-5.4,-5.5 -10.1,-9.8 -10.3,-9.6 -0.2,0.3 -4.7,6 -10,12.7 -5.4,6.8 -10.1,12.3 -10.5,12.2 -0.4,0 -5.6,-6.3 -11.5,-14 -6,-7.6 -11.2,-13.9 -11.6,-13.9 -0.3,0 -9.6,9 -20.6,20z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M173.2,156.3l-30.2,30.2 10.2,10.2 10.3,10.2 30.5,8.9 30.5,9 0.3,-39.1 0.2,-39.1 -10.2,-10.3c-5.7,-5.7 -10.5,-10.3 -10.8,-10.3 -0.3,0 -14.1,13.6 -30.8,30.3z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M45.3,175.2l-32.3,32.3 17.1,4.9 17,4.9 26.5,-26.4 26.4,-26.4 -10.7,-10.7c-5.9,-6 -11,-10.8 -11.3,-10.8 -0.3,0 -15,14.5 -32.7,32.2z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M87,198.5c-12.9,12.9 -23.2,23.6 -23,23.8 0.3,0.2 2.3,0.8 4.5,1.5 3.7,1 6.7,0.4 38.7,-8.2l34.7,-9.2 -15.7,-15.7 -15.7,-15.7 -23.5,23.5z"
android:strokeColor=
"#00000000"
/>
</vector>
app/src/main/res/drawable/ic_mess_menu.xml
0 → 100644
View file @
0351700b
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24.0"
android:viewportHeight=
"24.0"
>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M8.1,13.34l2.83,-2.83L3.91,3.5c-1.56,1.56 -1.56,4.09 0,5.66l4.19,4.18zM14.88,11.53c1.53,0.71 3.68,0.21 5.27,-1.38 1.91,-1.91 2.28,-4.65 0.81,-6.12 -1.46,-1.46 -4.2,-1.1 -6.12,0.81 -1.59,1.59 -2.09,3.74 -1.38,5.27L3.7,19.87l1.41,1.41L12,14.41l6.88,6.88 1.41,-1.41L13.41,13l1.47,-1.47z"
/>
</vector>
app/src/main/res/drawable/ic_phone.xml
0 → 100644
View file @
0351700b
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24.0"
android:viewportHeight=
"24.0"
>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M6.62,10.79c1.44,2.83 3.76,5.14 6.59,6.59l2.2,-2.2c0.27,-0.27 0.67,-0.36 1.02,-0.24 1.12,0.37 2.33,0.57 3.57,0.57 0.55,0 1,0.45 1,1V20c0,0.55 -0.45,1 -1,1 -9.39,0 -17,-7.61 -17,-17 0,-0.55 0.45,-1 1,-1h3.5c0.55,0 1,0.45 1,1 0,1.25 0.2,2.45 0.57,3.57 0.11,0.35 0.03,0.74 -0.25,1.02l-2.2,2.2z"
/>
</vector>
app/src/main/res/drawable/ic_poll_black_24dp.xml
0 → 100644
View file @
0351700b
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24.0"
android:viewportHeight=
"24.0"
>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M19,3L5,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2zM9,17L7,17v-7h2v7zM13,17h-2L11,7h2v10zM17,17h-2v-4h2v4z"
/>
</vector>
app/src/main/res/drawable/ic_pt.xml
0 → 100644
View file @
0351700b
<vector
android:height=
"24dp"
android:viewportHeight=
"225.0"
android:viewportWidth=
"225.0"
android:width=
"24dp"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<path
android:fillColor=
"#000000"
android:pathData=
"M102.5,1.4c-22.5,5.5 -37.7,28.1 -33.6,50.1 3.5,19 18,33.3 37.1,36.5 18.2,3.1 38.1,-7.4 46,-24.3 5.5,-11.6 6.1,-22.3 2,-34.3 -7.2,-20.7 -30.1,-33.2 -51.5,-28z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M104.3,104c-3.9,1.6 -3.9,5.2 0.2,11.3l3.7,5.5 -1.5,12.3 -1.5,12.3 3,8.3c1.7,4.6 3.6,8.3 4.3,8.3 0.7,0 2.6,-3.7 4.3,-8.3l3,-8.3 -1.5,-12.3 -1.5,-12.3 3.7,-5.5c4.2,-6.3 4.1,-9.7 -0.1,-11.3 -3.1,-1.2 -13.1,-1.2 -16.1,0z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M68.5,107.7c-19.6,2.9 -27.5,6.5 -34.1,15.4 -7.8,10.6 -7.8,11 -8.2,51.9l-0.3,36.5 2.3,4.4c1.7,3.1 3.8,5.2 6.8,6.8l4.3,2.3 73.2,0 73.2,0 4.3,-2.3c3,-1.6 5.1,-3.7 6.8,-6.8l2.3,-4.4 -0.3,-36.5 -0.3,-36.5 -3.2,-6.7c-5.5,-11.8 -14.7,-19.4 -26.1,-21.9 -11.8,-2.5 -22.2,-3.6 -23.7,-2.5 -0.9,0.6 -7.6,17.7 -15,38 -7.4,20.2 -14,37.5 -14.6,38.2 -1.8,2.1 -5.7,1.7 -7.3,-0.8 -0.8,-1.3 -7.1,-18 -14.1,-37.2 -6.9,-19.2 -13,-35.7 -13.5,-36.7 -1.4,-2.5 -2.7,-2.7 -12.5,-1.2z"
android:strokeColor=
"#00000000"
/>
</vector>
app/src/main/res/drawable/ic_timetable.xml
0 → 100644
View file @
0351700b
<vector
android:height=
"24dp"
android:viewportHeight=
"225.0"
android:viewportWidth=
"225.0"
android:width=
"24dp"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<path
android:fillColor=
"#000000"
android:pathData=
"M8.4,5.9c-6.7,4.1 -6.4,-0.5 -6.4,96.6 0,95 -0.3,90.1 5.5,95.5l2.7,2.5 40,0c36.3,0 40.2,-0.2 41.1,-1.7 0.8,-1.2 0.7,-2.1 -0.2,-3.2 -1.2,-1.4 -6,-1.6 -40.1,-1.6 -36.2,0 -38.8,-0.1 -40.3,-1.8 -1.6,-1.7 -1.7,-8.2 -1.7,-73.5l0,-71.7 91.5,0 91.5,0 0,17.3c0,13.5 0.3,17.7 1.4,19.3 1.2,1.5 1.8,1.7 3.3,0.8 1.7,-1 1.8,-3.6 2.1,-36.8l0.2,-35.6 -3.4,-3.8 -3.4,-3.7 -90.4,-0.3c-87,-0.2 -90.4,-0.1 -93.4,1.7zM190.8,12.2c0.8,0.8 1.2,5.5 1.2,14.5l0,13.3 -91.5,0 -91.5,0 0,-12.6c0,-6.9 0.5,-13.4 1,-14.5 1,-1.9 3.1,-1.9 90.3,-1.9 68.1,0 89.6,0.3 90.5,1.2z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M23,117.9c0,56.4 0.2,62.9 1.6,63.5 0.9,0.3 13,0.6 26.9,0.6 21.7,0 25.6,-0.2 26.9,-1.6 3.5,-3.5 0.8,-5.4 -7.6,-5.4l-6.8,0 0,-11.5 0,-11.4 6.6,-0.3c7,-0.3 9.4,-1.8 8.1,-5.2 -0.5,-1.3 -2.1,-1.6 -7.7,-1.6l-7,0 0,-11.5 0,-11.5 8.1,0c8.8,0 11.9,-1 11.9,-4.1 0,-2.7 -1.9,-3.2 -11.4,-3.3l-8.1,-0.1 -0.3,-11.3 -0.3,-11.2 14,0 14,0 0.3,2.7c0.5,4.2 4.5,4.5 6.1,0.4 1,-2.6 1.7,-3.1 4.5,-3.1 4.3,0 7.2,-1.6 7.2,-4 0,-2.5 -0.7,-2.8 -6.3,-3.1l-4.7,-0.3 0,-11.8 0,-11.8 13.5,0 13.5,0 0,7.5c0,6.1 0.3,7.6 1.8,8.4 1.1,0.6 2.4,0.6 3.5,0 1.4,-0.8 1.7,-2.4 1.7,-8.5l0,-7.5 13.8,0.3 13.7,0.3 0.5,5.5c0.4,4.7 0.8,5.5 2.7,5.8 3.2,0.5 4.4,-2.8 4.1,-10.6l-0.3,-6.7 -72.2,-0.3 -72.3,-0.2 0,62.9zM57,72.9l0,11.9 -13.5,0 -13.5,0 0,-11.9 0,-11.9 13.5,0 13.5,0 0,11.9zM91.5,73l0,11.5 -11.5,0.2c-17.3,0.3 -16,1.4 -16,-12.2l0,-11.6 13.8,0.3 13.7,0.3 0,11.5zM57,103.4l0,11.3 -13.5,0 -13.5,0.1 0,-11.4 0,-11.4 13.5,0 13.5,0 0,11.4zM57,133.5l0,11.5 -13.5,0 -13.5,0 0,-11.5 0,-11.5 13.5,0 13.5,0 0,11.5zM57,163.5l0,11.5 -13.5,0 -13.5,0 0,-11.5 0,-11.5 13.5,0 13.5,0 0,11.5z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M144.5,85c-40,5.5 -66,44.2 -56.5,83.9 5.6,23.1 22.5,41.2 45.5,48.8 11.2,3.6 28.4,3.8 39.5,0.4 12.2,-3.7 20.6,-8.7 29,-17.1 13.5,-13.5 19,-26.2 19.8,-45.1 0.4,-9.5 0.1,-13 -1.7,-20 -4.9,-19.5 -16.5,-34.4 -34.1,-43.8 -11,-5.9 -28.6,-8.9 -41.5,-7.1zM168.5,92.5c22.5,5.7 41.3,25 46,47.1 3,14.1 0.9,29.1 -5.7,41.7 -7.3,13.8 -24.3,27.2 -39.4,31.1 -7.1,1.8 -20.9,2.1 -28.6,0.5 -20.8,-4.3 -39.9,-22.5 -46.4,-44.4 -2.4,-8 -2.4,-23.8 0,-31.9 6.4,-21.7 23.3,-38.2 45.1,-44.1 6.8,-1.9 21.7,-1.8 29,0z"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#000000"
android:pathData=
"M152.6,106.6c-1.4,1.3 -1.6,4.9 -1.6,24.3 0,16.3 0.3,23 1.2,23.9 1.9,1.9 48.2,1.7 49.7,-0.2 0.9,-1.1 1,-2 0.1,-3.5 -1,-2 -1.9,-2.1 -22.5,-2.1l-21.5,0 0,-20.8c0,-14.8 -0.3,-21.1 -1.2,-22 -1.6,-1.6 -2.3,-1.5 -4.2,0.4z"
android:strokeColor=
"#00000000"
/>
</vector>
app/src/main/res/menu/activity_main_drawer.xml
View file @
0351700b
...
...
@@ -3,22 +3,33 @@
xmlns:tools=
"http://schemas.android.com/tools"
tools:showIn=
"navigation_view"
>
<group
android:checkableBehavior=
"single"
>
<item
android:id=
"@+id/nav_camera"
android:icon=
"@drawable/ic_menu_camera"
android:title=
"Import"
/>
<item
android:id=
"@+id/nav_gallery"
android:icon=
"@drawable/ic_menu_gallery"
android:title=
"Gallery"
/>
<item
android:id=
"@+id/nav_slideshow"
android:icon=
"@drawable/ic_menu_slideshow"
android:title=
"Slideshow"
/>
<item
android:id=
"@+id/nav_manage"
android:icon=
"@drawable/ic_menu_manage"
android:title=
"Tools"
/>
<item
android:id=
"@+id/nav_feed"
android:icon=
"@drawable/ic_iitb_feed"
android:title=
"Feed"
/>
<item
android:id=
"@+id/nav_my_events"
android:icon=
"@drawable/ic_event_black_24dp"
android:title=
"My Events"
/>
<item
android:id=
"@+id/nav_pt_cell"
android:icon=
"@drawable/ic_pt"
android:title=
"PT Cell"
/>
<item
android:id=
"@+id/nav_mess_menu"
android:icon=
"@drawable/ic_mess_menu"
android:title=
"Mess Menu"
/>
<item
android:id=
"@+id/nav_gc_rankings"
android:icon=
"@drawable/ic_poll_black_24dp"
android:title=
"GC Rankings"
/>
<item
android:id=
"@+id/nav_calendar"
android:icon=
"@drawable/ic_calendar"
android:title=
"Calendar"
/>
<item
android:id=
"@+id/nav_timetable"
android:icon=
"@drawable/ic_timetable"
android:title=
"Timetable"
/>
<item
android:id=
"@+id/nav_cms"
android:icon=
"@drawable/ic_contacts_black_24dp"
android:title=
"CMS"
/>
<item
android:id=
"@+id/nav_map"
android:icon=
"@drawable/ic_map"
android:title=
"Map"
/>
</group>
<item
android:title=
"Communicate"
>
<menu>
<item
android:id=
"@+id/nav_
share"
android:icon=
"@drawable/ic_menu_shar
e"
android:title=
"
Share
"
/>
<item
android:id=
"@+id/nav_
send"
android:icon=
"@drawable/ic_menu_send
"
android:title=
"
Send
"
/>
<item
android:id=
"@+id/nav_
contacts"
android:icon=
"@drawable/ic_phon
e"
android:title=
"
Contacts
"
/>
<item
android:id=
"@+id/nav_
about"
android:icon=
"@drawable/ic_about
"
android:title=
"
About
"
/>
</menu>
</item>
...
...
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