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

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

Issue 1096113004: Remove a duplicate dimen that got added accidentally. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | chrome/android/java/res/layout/fre_spinner_text.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/fre_spinner_dropdown.xml
diff --git a/chrome/android/java/res/layout/fre_spinner_dropdown.xml b/chrome/android/java/res/layout/fre_spinner_dropdown.xml
index 0358e79a4061988a4ac1e3890a995818d0e24870..ba06f4ee5c69e0dcd2e7cb0c9b953956055b497e 100644
--- a/chrome/android/java/res/layout/fre_spinner_dropdown.xml
+++ b/chrome/android/java/res/layout/fre_spinner_dropdown.xml
@@ -14,4 +14,4 @@
android:layout_height="wrap_content"
android:textColor="@color/fre_text_color"
android:textSize="@dimen/fre_normal_text_size"
- android:padding="@dimen/fre_button_padding" />
+ android:padding="12dp" />
« no previous file with comments | « no previous file | chrome/android/java/res/layout/fre_spinner_text.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698