Skip to content

Commit

Permalink
fix: improve button contentDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
ViscousPot committed Oct 15, 2024
1 parent c3de574 commit 43f5fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/main_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
android:insetTop="0dp"
android:insetBottom="0dp"
android:minWidth="1dp"
android:text=""
android:contentDescription="@string/clone_repo"
app:layout_goneMarginStart="@dimen/space_sm"
app:backgroundTint="@null"
app:icon="@drawable/clone"
Expand Down Expand Up @@ -233,7 +233,7 @@
android:insetBottom="0dp"
app:icon="@drawable/folder_open"
app:iconGravity="textEnd"
android:hint="select repository directory"
android:contentDescription="select repository directory"
app:iconPadding="3dp"
app:backgroundTint="@null"
android:background="@drawable/input_bg_right"
Expand Down

0 comments on commit 43f5fec

Please sign in to comment.