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

Unified Diff: chrome/android/java/res/layout/payment_option_edit_icon.xml

Issue 2874933008: Adds animation as feature variation to keyboard accessory. (Closed)
Patch Set: Uses only 1 Animator object. Removes redundant call to invalidate. Created 3 years, 7 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: chrome/android/java/res/layout/payment_option_edit_icon.xml
diff --git a/chrome/android/java/res/layout/payment_option_edit_icon.xml b/chrome/android/java/res/layout/payment_option_edit_icon.xml
index c5fc4c4f2dae42fd9826ca05af408a165011f17b..78a77d0910aab4de1fd396193b1a05d490356288 100644
--- a/chrome/android/java/res/layout/payment_option_edit_icon.xml
+++ b/chrome/android/java/res/layout/payment_option_edit_icon.xml
@@ -23,7 +23,7 @@
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_gravity="center_vertical"
- android:src="@drawable/bookmark_edit_normal"
+ android:src="@drawable/ic_edit_24dp"
android:contentDescription="@null"
android:importantForAccessibility="no" />
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698