diff options
| author | 2020-02-06 15:25:04 +0000 | |
|---|---|---|
| committer | 2020-02-06 15:25:04 +0000 | |
| commit | 8032bcb3d24f7c870856aa9c63a49ec9bd02815e (patch) | |
| tree | e5e2111c404e1ce0a0bf37e05726262bfa0707bc | |
| parent | fee4c32a1c908f2b73531f45b9216a75be8fe34e (diff) | |
| parent | a41a35d8254b2ffe15092ecf359592a5550e6f7c (diff) | |
Merge "Add clickable attribute into list item view."
| -rw-r--r-- | core/res/res/layout/accessibility_button_chooser_item.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/layout/accessibility_button_chooser_item.xml b/core/res/res/layout/accessibility_button_chooser_item.xml index d19e313055ae..d6fd7aa30e6e 100644 --- a/core/res/res/layout/accessibility_button_chooser_item.xml +++ b/core/res/res/layout/accessibility_button_chooser_item.xml @@ -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" |