Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit e090d60c authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #6713 from thundernest/fix_message_view_star

Fix size of star in message view
parents 0abb4f06 8d429bcd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
            android:layout_height="48dp"
            android:background="?attr/controlBackground"
            android:baseline="33dp"
            android:paddingHorizontal="10dp"
            android:paddingHorizontal="12dp"
            android:src="@drawable/btn_select_star"
            app:layout_constraintBaseline_toBaselineOf="@+id/subject"
            app:layout_constraintEnd_toEndOf="parent" />