Skip to content

Commit

Permalink
Merge pull request #20775 from wordpress-mobile/issue/20770-posts-mor…
Browse files Browse the repository at this point in the history
…e-a11y

[Post List] Make "more" button focusable by screen readers
  • Loading branch information
irfano authored May 7, 2024
2 parents 5760de9 + 5fc8e84 commit 400df84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WordPress/src/main/res/layout/post_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
android:id="@+id/more"
android:layout_width="@dimen/post_list_more_icon_size"
android:layout_height="@dimen/post_list_more_icon_size"
android:importantForAccessibility="no"
android:src="@drawable/gb_ic_more_vertical"
app:layout_constraintBottom_toBottomOf="parent"
android:background="?attr/selectableItemBackgroundBorderless"
Expand Down

0 comments on commit 400df84

Please sign in to comment.