Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Add touch feedback on settings custom items
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-cheng committed Oct 31, 2018
1 parent a279d4c commit 30f3d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/grey10"
android:foreground="?android:attr/selectableItemBackground"
android:gravity="center_vertical"
android:minHeight="@dimen/settings_list_item_height"
android:paddingStart="@dimen/settings_list_sub_item_padding_left">
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/preference_telemetry_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/activatedBackgroundIndicator"
android:foreground="?android:attr/selectableItemBackground"
android:gravity="center_vertical"
android:minHeight="@dimen/settings_list_item_height"
android:paddingStart="?android:attr/listPreferredItemPaddingStart">
Expand Down

0 comments on commit 30f3d0a

Please sign in to comment.