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

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

Issue 2627153007: Fix styling of Form-Not-Secure warnings on Android (Closed)
Patch Set: actually set the icon size Created 3 years, 11 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/dropdown_item.xml
diff --git a/ui/android/java/res/layout/dropdown_item.xml b/ui/android/java/res/layout/dropdown_item.xml
index 5159c832c1030724967d70ecbdef46f407006caf..49469d4da414699e644db841b6d470caccc9d017 100644
--- a/ui/android/java/res/layout/dropdown_item.xml
+++ b/ui/android/java/res/layout/dropdown_item.xml
@@ -16,7 +16,7 @@
android:id="@+id/start_dropdown_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_margin="8dp"
+ android:layout_margin="@dimen/dropdown_icon_margin"
android:contentDescription="@null" />
<LinearLayout
@@ -51,7 +51,7 @@
android:singleLine="true"
android:textAlignment="viewStart"
android:textColor="#646464"
- android:textSize="14sp" />
+ android:textSize="@dimen/dropdown_item_sublabel_font_size" />
</LinearLayout>
<ImageView

Powered by Google App Engine
This is Rietveld 408576698