Skip to content

Commit

Permalink
chore: improve accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ViscousPot committed Oct 24, 2024
1 parent 275428d commit 441ef9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/main_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
android:insetBottom="0dp"
android:layout_marginEnd="@dimen/space_sm"
app:icon="@drawable/gear"
android:contentDescription="settings button"
android:contentDescription="settings"
app:iconGravity="textEnd"
app:iconPadding="0dp"
app:backgroundTint="@null"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<item name="android:backgroundTint">@color/card_bg</item>
<item name="colorPrimary">@color/textSecondary</item>
<item name="buttonIconDimen">20dp</item>
<item name="android:textColor">@color/textPrimary</item>
<item name="android:textColorPrimary">@color/textPrimary</item>
<item name="buttonBarNegativeButtonStyle">@style/NegativeButtonStyle</item>
<item name="buttonBarNeutralButtonStyle">@style/NeutralButtonStyle</item>
<item name="buttonBarPositiveButtonStyle">@style/PositiveButtonStyle</item>
Expand Down

0 comments on commit 441ef9a

Please sign in to comment.