1

with で使用android:foregroundするCardViewOnTouchListener、波紋効果が表示されません。それにもかかわらCardViewず、タッチリスナーなしでは、正常に動作します!

これは私のXMLです:

<android.support.v7.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:card_view="http://schemas.android.com/apk/res-auto"
xmlns:fresco="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/card_item"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="true"
android:focusable="true"
android:focusableInTouchMode="true"
android:foreground="?android:attr/selectableItemBackground"
card_view:cardCornerRadius="4dp"
card_view:cardUseCompatPadding="true">

<RelativeLayout
    android:id="@+id/lyt_container"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:clickable="false">
4

0 に答える 0