fix: round image on comment bar

This commit is contained in:
rebelonion 2024-02-15 13:01:04 -06:00
parent 093bee94c6
commit b4c7ea5f26

View file

@ -84,6 +84,7 @@
android:layout_height="42dp" android:layout_height="42dp"
android:scaleType="center" android:scaleType="center"
android:layout_marginStart="12dp" android:layout_marginStart="12dp"
style="@style/roundedImageView"
app:srcCompat="@drawable/ic_round_add_circle_24" app:srcCompat="@drawable/ic_round_add_circle_24"
tools:ignore="ContentDescription,ImageContrastCheck" /> tools:ignore="ContentDescription,ImageContrastCheck" />