Skip to content

Commit

Permalink
teams: smoother navigation dark mode (fixes #4795) (#4796)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
deeppp15 and dogi authored Nov 22, 2024
1 parent c422415 commit c4c11d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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 2105
versionName "0.21.5"
versionCode 2106
versionName "0.21.6"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
8 changes: 1 addition & 7 deletions app/src/main/res/layout/row_joined_user.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<TextView
android:id="@+id/tv_title"
android:layout_width="0dp"
Expand All @@ -34,7 +33,6 @@
app:layout_constraintStart_toEndOf="@+id/memberImage"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintEnd_toStartOf="@+id/ic_more" />

<ImageView
android:id="@+id/ic_more"
android:layout_width="@dimen/_40dp"
Expand All @@ -45,8 +43,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_more"
app:tint="@color/md_black_1000" />

app:tint="@color/daynight_textColor" />
<TextView
android:id="@+id/tv_description"
android:layout_width="0dp"
Expand All @@ -57,7 +54,6 @@
app:layout_constraintStart_toEndOf="@+id/memberImage"
app:layout_constraintTop_toBottomOf="@+id/tv_title"
app:layout_constraintEnd_toStartOf="@+id/ic_more" />

<TextView
android:id="@+id/tv_is_leader"
android:layout_width="wrap_content"
Expand All @@ -67,12 +63,10 @@
android:textColor="@android:color/holo_red_dark"
app:layout_constraintStart_toEndOf="@+id/memberImage"
app:layout_constraintTop_toBottomOf="@+id/tv_description" />

</androidx.constraintlayout.widget.ConstraintLayout>
<FrameLayout
android:id="@+id/fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/memberImage" />

</androidx.cardview.widget.CardView>

0 comments on commit c4c11d5

Please sign in to comment.