diff --git a/design/src/main/res/layout/adapter_profile.xml b/design/src/main/res/layout/adapter_profile.xml index 421d00ded6..53f5218b6b 100644 --- a/design/src/main/res/layout/adapter_profile.xml +++ b/design/src/main/res/layout/adapter_profile.xml @@ -26,6 +26,7 @@ android:layout_marginVertical="5dp" android:layout_marginHorizontal="@dimen/item_header_margin" android:background="@drawable/bg_b" + android:foreground="?attr/selectableItemBackground" android:clickable="true" android:focusable="true" android:minHeight="@dimen/item_min_height"