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

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

Issue 1418813010: Notifications custom layouts: make the buttons look good in Material. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/web_notification_button.xml
diff --git a/chrome/android/java/res/layout/web_notification_button.xml b/chrome/android/java/res/layout/web_notification_button.xml
index fe50ade84b893efe7b0316c5dcc10d6dc8d08e46..37cef2b9eb67556e0f2ef4240db9dcee96994ce2 100644
--- a/chrome/android/java/res/layout/web_notification_button.xml
+++ b/chrome/android/java/res/layout/web_notification_button.xml
@@ -9,9 +9,9 @@
android:gravity="start|center_vertical"
android:id="@+id/button"
android:layout_height="48dp"
- android:layout_marginEnd="8dp"
android:layout_weight="1"
android:layout_width="0dp"
+ android:paddingStart="8dp"
android:singleLine="true"
android:textSize="13sp"
style="@style/WebNotificationButton"/>

Powered by Google App Engine
This is Rietveld 408576698