Skip to content

Commit

Permalink
all: smoother navigation community icon (fixes #4893) (#4894)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Avinash-Codes and dogi authored Dec 19, 2024
1 parent e98d109 commit 062bfef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 26
targetSdkVersion 34
versionCode 2144
versionName "0.21.44"
versionCode 2145
versionName "0.21.45"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ class DashboardActivity : DashboardElementActivity(), OnHomeItemClickListener, N
ResourcesCompat.getDrawable(resources, R.drawable.mycourses, null)?.let { menuImageList.add(it) }
ResourcesCompat.getDrawable(resources, R.drawable.team, null)?.let { menuImageList.add(it) }
ResourcesCompat.getDrawable(resources, R.drawable.business, null)?.let { menuImageList.add(it) }
ResourcesCompat.getDrawable(resources, R.drawable.survey, null)?.let { menuImageList.add(it) }
ResourcesCompat.getDrawable(resources, R.drawable.community, null)?.let { menuImageList.add(it) }
ResourcesCompat.getDrawable(resources, R.drawable.survey, null)?.let { menuImageList.add(it) }
return arrayOf(
changeUX(R.string.menu_myplanet, menuImageList[0]).withIdentifier(0),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ class DashboardActivity : DashboardElementActivity(), OnHomeItemClickListener, N
ResourcesCompat.getDrawable(resources, R.drawable.mycourses, null)?.let { menuImageList.add(it) }
ResourcesCompat.getDrawable(resources, R.drawable.team, null)?.let { menuImageList.add(it) }
ResourcesCompat.getDrawable(resources, R.drawable.business, null)?.let { menuImageList.add(it) }
ResourcesCompat.getDrawable(resources, R.drawable.survey, null)?.let { menuImageList.add(it) }
ResourcesCompat.getDrawable(resources, R.drawable.community, null)?.let { menuImageList.add(it) }
ResourcesCompat.getDrawable(resources, R.drawable.survey, null)?.let { menuImageList.add(it) }
return arrayOf(
changeUX(R.string.menu_myplanet, menuImageList[0]).withIdentifier(0),
Expand Down
Binary file added app/src/main/res/drawable/community.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 062bfef

Please sign in to comment.