Skip to content

Commit

Permalink
dashboard: smoother myactivity (fixes #4569) (#4585)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Kuljeet1998 and dogi authored Oct 10, 2024
1 parent e58cf48 commit d347464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 2008
versionName "0.20.8"
versionCode 2009
versionName "0.20.9"
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 @@ -85,7 +85,7 @@ class MyActivityFragment : Fragment() {
fragmentMyActivityBinding.chart.axisLeft.textColor = daynight_textColor
fragmentMyActivityBinding.chart.axisRight.textColor = daynight_textColor
fragmentMyActivityBinding.chart.legend.textColor = daynight_textColor
fragmentMyActivityBinding.chart.description.setPosition(650f,820f)
fragmentMyActivityBinding.chart.description.setPosition(850f,830f)
fragmentMyActivityBinding.chart.data.setValueTextColor(daynight_textColor)
fragmentMyActivityBinding.chart.invalidate()
}
Expand Down

0 comments on commit d347464

Please sign in to comment.