fix missing content descriptions, button alignment
This commit is contained in:
@@ -57,9 +57,11 @@
|
||||
android:layout_height="48dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:src="@drawable/ic_fluent_delete_24_regular"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:contentDescription="@string/delete"
|
||||
android:tooltipText="@string/delete"
|
||||
android:src="@drawable/ic_fluent_dismiss_24_regular"
|
||||
android:tint="?colorM3OnSurfaceVariant"
|
||||
android:backgroundTint="?colorM3OnSurfaceVariant"
|
||||
android:background="@drawable/bg_round_ripple"/>
|
||||
@@ -70,8 +72,9 @@
|
||||
android:layout_height="48dp"
|
||||
android:layout_toStartOf="@id/delete"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:contentDescription="@string/sk_edit_alt_text"
|
||||
android:tooltipText="@string/sk_edit_alt_text"
|
||||
android:src="@drawable/ic_fluent_edit_24_regular"
|
||||
android:tint="?colorM3OnSurfaceVariant"
|
||||
android:backgroundTint="?colorM3OnSurfaceVariant"
|
||||
|
||||
@@ -411,4 +411,5 @@
|
||||
<string name="sk_recently_used">Recently used</string>
|
||||
<string name="sk_settings_underlined_links">Underlined links</string>
|
||||
<string name="sk_set_as_default">Set as default</string>
|
||||
<string name="sk_edit_alt_text">Edit alt text</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user