にRecyclerViewの項目のプレス効果を有効にします私はデータのリストをRecyclerViewを持っている:私はこのリストの任意の項目をタップするとはアンドロイド
<android.support.v7.widget.RecyclerView
android:id="@+id/categoriesList"
android:layout_width="368dp"
android:layout_height="0dp"
android:layout_marginBottom="8dp"
android:layout_marginEnd="8dp"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:clickable="true"
android:focusable="true"
android:foreground="?android:attr/selectableItemBackground"
android:background="?android:selectableItemBackground"/>
、私は押して効果を待ちます。クリックハンドラはありませんが、標準のListViewでは、要素のクリックがすべて表示されます。私は次の必要
を反応させる何もないように、私は見て:
あなたはアイテムをタップすると仰角で試すことができます –