Skip to content

Commit

Permalink
Feat: Added label for property buttons
Browse files Browse the repository at this point in the history
It should be noted that this feature currently introduces a less severe accessibility issue of the same label being applied across multiple buttons.
  • Loading branch information
Bracciata committed Sep 19, 2023
1 parent 0c48b9f commit 0e0c8b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/rowlayout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
app:srcCompat="@drawable/ic_more_vert_black_48dp"
android:nextFocusLeft="@id/second"
android:focusable="true"
android:contentDescription="@string/properties"
/>

<RelativeLayout
Expand Down

0 comments on commit 0e0c8b2

Please sign in to comment.