Skip to content

Commit

Permalink
Updated selectableItemBackground, fixing Tapadoo#145
Browse files Browse the repository at this point in the history
  • Loading branch information
kpmmmurphy committed Oct 1, 2018
1 parent f5dc76c commit 8c83b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alerter/src/main/res/layout/alerter_alert_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:clickable="true"
android:clipToPadding="false"
android:focusable="true"
android:foreground="?attr/selectableItemBackground"
android:foreground="?android:attr/selectableItemBackground"
android:orientation="vertical"
android:paddingStart="@dimen/alerter_padding_default"
android:paddingTop="@dimen/alerter_alert_view_padding_top"
Expand Down

0 comments on commit 8c83b20

Please sign in to comment.