Reduce story direct reply composer corner radius to 18dp.

This commit is contained in:
Alex Hart 2022-07-22 15:15:01 -03:00 committed by Cody Henthorne
parent 9f069bea7b
commit 9b669009df

View file

@ -31,7 +31,7 @@
android:layout_marginTop="8dp" android:layout_marginTop="8dp"
android:layout_marginEnd="8dp" android:layout_marginEnd="8dp"
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:background="@drawable/rounded_rectangle_surface_variant" android:background="@drawable/rounded_rectangle_surface_variant_18"
android:padding="8dp" android:padding="8dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/reply_reaction_switch" app:layout_constraintEnd_toStartOf="@id/reply_reaction_switch"