Skip to content

Commit

Permalink
resources: smoother filter close (fixes #5060) (#5062)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
deeppp15 and dogi authored Jan 17, 2025
1 parent 2e7dc13 commit 98643a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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 2217
versionName "0.22.17"
versionCode 2218
versionName "0.22.18"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/fragment_library_filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
android:layout_width="@dimen/_40dp"
android:layout_height="@dimen/_40dp"
android:layout_gravity="right"
android:layout_marginEnd="35dp"
app:tint="@color/daynight_textColor"
android:src="@drawable/close_x" />
</LinearLayout>

Expand Down

0 comments on commit 98643a5

Please sign in to comment.