Skip to content

Commit

Permalink
teams: smoother list (fixes #4456) (#4462)
Browse files Browse the repository at this point in the history
Co-authored-by: Gideon Okuro <[email protected]>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
3 people authored Sep 24, 2024
1 parent 904d4a4 commit 22b4603
Show file tree
Hide file tree
Showing 2 changed files with 2 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 1947
versionName "0.19.47"
versionCode 1948
versionName "0.19.48"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/item_team_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
android:padding="12dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_weight="1"
app:layout_constraintStart_toEndOf="@id/edit_team"
app:layout_constraintTop_toTopOf="parent"
app:layout_goneMarginStart="0dp"
app:tint="@color/daynight_textColor" />
Expand Down

0 comments on commit 22b4603

Please sign in to comment.