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

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

Issue 1864653002: Increase favicon size in Physical Web nearby URLs list from 16dp to 32dp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/physical_web_list_item_nearby_url.xml
diff --git a/chrome/android/java/res/layout/physical_web_list_item_nearby_url.xml b/chrome/android/java/res/layout/physical_web_list_item_nearby_url.xml
index 76c19210ad034400bb2c169a9dcab950d75f6d1a..af10e15f21da89e36106f96d927053a372be5eb9 100644
--- a/chrome/android/java/res/layout/physical_web_list_item_nearby_url.xml
+++ b/chrome/android/java/res/layout/physical_web_list_item_nearby_url.xml
@@ -9,8 +9,8 @@
android:layout_height="wrap_content">
<ImageView
android:id="@+id/nearby_urls_icon"
- android:layout_width="16dp"
- android:layout_height="16dp"
+ android:layout_width="32dp"
+ android:layout_height="32dp"
android:layout_marginTop="4dp"
android:layout_alignParentTop="true"
android:layout_alignParentStart="true"
@@ -20,7 +20,7 @@
android:id="@+id/nearby_urls_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginStart="32dp"
+ android:layout_marginStart="48dp"
android:layout_alignParentTop="true"
android:layout_alignParentStart="true"
android:textSize="16sp"
@@ -33,7 +33,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
- android:layout_marginStart="32dp"
+ android:layout_marginStart="48dp"
android:layout_below="@id/nearby_urls_title"
android:layout_alignParentStart="true"
android:textSize="12sp"
@@ -46,7 +46,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
- android:layout_marginStart="32dp"
+ android:layout_marginStart="48dp"
android:layout_below="@id/nearby_urls_url"
android:layout_alignParentStart="true"
android:textSize="14sp"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698