File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 55 android : id =" @+id/data_item_card"
66 android : layout_width =" match_parent"
77 android : layout_height =" wrap_content"
8+ android : clickable =" true"
9+ android : foreground =" ?android:attr/selectableItemBackground"
810 android : layout_margin =" @dimen/logger_card_margin"
911 app : cardCornerRadius =" @dimen/logger_card_corner_rad" >
1012
5759 android : layout_marginRight =" 5dp"
5860 android : layout_weight =" 0.1"
5961 android : padding =" 5dp"
62+ android : clickable =" true"
63+ android : foreground =" ?android:attr/selectableItemBackground"
6064 android : src =" @drawable/ic_map_red_24dp"
6165 tools : ignore =" ContentDescription" />
6266
6771 android : layout_gravity =" center_vertical"
6872 android : layout_weight =" 0.1"
6973 android : padding =" 5dp"
74+ android : clickable =" true"
75+ android : foreground =" ?android:attr/selectableItemBackground"
7076 android : src =" @drawable/ic_delete_red_24dp"
7177 tools : ignore =" ContentDescription" />
7278
You can’t perform that action at this time.
0 commit comments