diff --git a/app/src/main/res/drawable/rounded_rectangle_surface_variant_18.xml b/app/src/main/res/drawable/rounded_rectangle_surface_variant_18.xml new file mode 100644 index 000000000..ff775c2d7 --- /dev/null +++ b/app/src/main/res/drawable/rounded_rectangle_surface_variant_18.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/stories_group_text_reply_item.xml b/app/src/main/res/layout/stories_group_text_reply_item.xml index ed1421329..d0d65ecb1 100644 --- a/app/src/main/res/layout/stories_group_text_reply_item.xml +++ b/app/src/main/res/layout/stories_group_text_reply_item.xml @@ -63,7 +63,7 @@ android:id="@+id/bubble" android:layout_width="0dp" android:layout_height="0dp" - android:background="@drawable/rounded_rectangle_secondary_18" + android:background="@drawable/rounded_rectangle_surface_variant_18" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@+id/bubble_end_barrier" app:layout_constraintStart_toStartOf="@+id/bubble_start_barrier"