fix(composeMedia): change sk_remove_attachment to delete

This commit is contained in:
FineFindus
2023-01-09 17:42:01 +01:00
parent c2950ace90
commit 1bfbb4bf38
2 changed files with 4 additions and 5 deletions

View File

@@ -28,8 +28,8 @@
android:layout_marginTop="2dp" android:layout_marginTop="2dp"
android:layout_marginStart="2dp" android:layout_marginStart="2dp"
android:background="?android:selectableItemBackgroundBorderless" android:background="?android:selectableItemBackgroundBorderless"
android:contentDescription="@string/sk_remove_attachment" android:contentDescription="@string/delete"
android:tooltipText="@string/sk_remove_attachment" android:tooltipText="@string/delete"
android:tint="#D92C2C" android:tint="#D92C2C"
android:src="@drawable/ic_fluent_delete_20_regular"/> android:src="@drawable/ic_fluent_delete_20_regular"/>
@@ -138,8 +138,8 @@
android:layout_gravity="end|bottom" android:layout_gravity="end|bottom"
android:background="?android:selectableItemBackgroundBorderless" android:background="?android:selectableItemBackgroundBorderless"
android:tint="#D92C2C" android:tint="#D92C2C"
android:contentDescription="@string/sk_remove_attachment" android:contentDescription="@string/delete"
android:tooltipText="@string/sk_remove_attachment" android:tooltipText="@string/delete"
android:src="@drawable/ic_fluent_delete_20_regular"/> android:src="@drawable/ic_fluent_delete_20_regular"/>
</FrameLayout> </FrameLayout>

View File

@@ -139,5 +139,4 @@
<!-- accessibility labels--> <!-- accessibility labels-->
<string name="sk_poll_option_add">Add new poll option</string> <string name="sk_poll_option_add">Add new poll option</string>
<string name="sk_remove_attachment">Remove attachment</string>
</resources> </resources>