Skip to content

Commit

Permalink
courses: smoother filters dark mode (fixes #5042) (#5051)
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 Jan 17, 2025
1 parent 5da6cd1 commit a4b3028
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 2215
versionName "0.22.15"
versionCode 2216
versionName "0.22.16"
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 @@ -217,7 +217,7 @@ class CoursesFragment : BaseRecyclerFragment<RealmMyCourse?>(), OnCourseItemSele
spnGrade.adapter = gradeAdapter

val subjectAdapter = ArrayAdapter.createFromResource(requireContext(), R.array.subject_level, R.layout.spinner_item)
subjectAdapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item)
subjectAdapter.setDropDownViewResource(R.layout.custom_simple_list_item_1)
spnSubject.adapter = subjectAdapter

spnGrade.onItemSelectedListener = itemSelectedListener
Expand Down

0 comments on commit a4b3028

Please sign in to comment.