Reduce story direct reply composer corner radius to 18dp.

fork-5.53.8
Alex Hart 2022-07-22 15:15:01 -03:00 zatwierdzone przez Cody Henthorne
rodzic 9f069bea7b
commit 9b669009df
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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"