Skip to content

Commit

Permalink
courses: smoother mycourses toolbar (fixes #4925) (#4926)
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 14, 2025
1 parent ca86022 commit 0d11d6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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 2196
versionName "0.21.96"
versionCode 2197
versionName "0.21.97"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
9 changes: 5 additions & 4 deletions app/src/main/res/layout/fragment_my_course.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,12 @@
<ImageButton
android:id="@+id/filter"
style="@style/YellowButtons"
android:layout_width="@dimen/_50dp"
android:layout_height="@dimen/_50dp"
android:layout_margin="@dimen/padding_normal"
android:layout_gravity="center_vertical"
android:layout_width="@dimen/_40dp"
android:layout_height="@dimen/_40dp"
android:layout_margin="@dimen/padding_small"
android:background="@drawable/buttonyellow"
android:padding="@dimen/padding_normal"
android:padding="@dimen/padding_small"
android:text="@string/more_action"
android:textColor="@color/md_white_1000"
app:srcCompat="@drawable/ic_filter"
Expand Down

0 comments on commit 0d11d6e

Please sign in to comment.