Merge "Add clickable attribute into list item view."

This commit is contained in:
PETER LIANG
2020-02-06 15:25:04 +00:00
committed by Android (Google) Code Review

View File

@@ -20,6 +20,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="true"
android:gravity="center"
android:paddingStart="16dp"
android:paddingEnd="16dp"