Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: ui/android/java/res/layout/autofill_keyboard_accessory_item.xml

Issue 1281323003: Remove items on long press in keyboard accessory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: First patch Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/android/java/res/layout/autofill_keyboard_accessory_item.xml
diff --git a/ui/android/java/res/layout/autofill_keyboard_accessory_item.xml b/ui/android/java/res/layout/autofill_keyboard_accessory_item.xml
index 44639a0fa7330b46424a455df4bfb0e9fa792c87..b4d790ad810f80987b03704ad401e5575ce250f5 100644
--- a/ui/android/java/res/layout/autofill_keyboard_accessory_item.xml
+++ b/ui/android/java/res/layout/autofill_keyboard_accessory_item.xml
@@ -7,6 +7,7 @@
android:layout_height="@dimen/keyboard_accessory_height"
android:layout_width="wrap_content"
android:background="@drawable/autofill_chip_inset"
+ android:longClickable="true"
newt (away) 2015/08/10 20:39:36 This isn't needed. setOnLongClickListener() automa
please use gerrit instead 2015/08/11 20:42:19 Done.
android:paddingEnd="@dimen/keyboard_accessory_padding"
android:paddingStart="@dimen/keyboard_accessory_padding">

Powered by Google App Engine
This is Rietveld 408576698