diff --git a/app/src/main/res/drawable/rounded_outline_secondary_18.xml b/app/src/main/res/drawable/rounded_outline_secondary_18.xml new file mode 100644 index 0000000000..86d891f5a8 --- /dev/null +++ b/app/src/main/res/drawable/rounded_outline_secondary_18.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/stories_group_remote_delete_item.xml b/app/src/main/res/layout/stories_group_remote_delete_item.xml index 48f93fe66e..20ecec4328 100644 --- a/app/src/main/res/layout/stories_group_remote_delete_item.xml +++ b/app/src/main/res/layout/stories_group_remote_delete_item.xml @@ -24,7 +24,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="8dp" - android:background="@drawable/rounded_rectangle_secondary_18" + android:background="@drawable/rounded_outline_secondary_18" app:layout_constrainedWidth="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent"