Skip to content

Commit

Permalink
eduthon added
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvester-dev committed Dec 11, 2020
1 parent 1239c6b commit 9c960ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/govind/iiitl/app/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class MainActivity : AppCompatActivity() {
R.id.nav_axios -> openWebPage(this, resources.getString(R.string.axios_website))
R.id.nav_dsc -> openWebPage(this, resources.getString(R.string.dsc_website))
R.id.nav_equinox -> openWebPage(this, resources.getString(R.string.equinox_website))
R.id.nav_GetSetFoss -> openWebPage(this, resources.getString(R.string.GetSetFOSS_website))
R.id.nav_eduthon -> openWebPage(this, resources.getString(R.string.eduthon_website))
R.id.nav_mess_menu -> {
val intent = Intent(this, MessMenuActivity::class.java)
intent.putExtra("ViewType", "assets")
Expand Down
Binary file added app/src/main/res/drawable-xxhdpi/eduthon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions app/src/main/res/menu/drawer_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
</item>

<item
android:id="@+id/nav_GetSetFoss"
android:icon="@drawable/get_set_foss"
android:title="Get Set FOSS">
android:id="@+id/nav_eduthon"
android:icon="@drawable/eduthon"
android:title="Eduthon">

</item>
</menu>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<string name="axios_website">https://axios-iiitl.github.io/</string>
<string name="dsc_website">https://dsciiitl.netlify.com/</string>
<string name="equinox_website">http://equinox-iiitl.tech/</string>
<string name="GetSetFOSS_website">https://getsetfoss.tech</string>
<string name="eduthon_website">https://eduthon.tech/</string>

<!-- Strings related to login -->
<string name="prompt_email">Email</string>
Expand Down

0 comments on commit 9c960ed

Please sign in to comment.