Reduce story direct reply composer corner radius to 18dp.
This commit is contained in:
parent
9f069bea7b
commit
9b669009df
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue