Skip to content

Commit

Permalink
courses: more padding in overview description (fixes #2603) (#2604)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Okuro3499 and dogi authored Oct 13, 2023
1 parent ca83ddf commit e5dd10c
Show file tree
Hide file tree
Showing 2 changed files with 4 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 21
targetSdkVersion 34
versionCode 1097
versionName "0.10.97"
versionCode 1098
versionName "0.10.98"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_course_detail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@

<TextView
android:id="@+id/description"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:paddingBottom="@dimen/_10dp"
android:layout_height="wrap_content"
/>
</LinearLayout>
Expand Down

0 comments on commit e5dd10c

Please sign in to comment.