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

Unified Diff: chrome/android/java/res/values-v17/styles.xml

Issue 1580283004: Notification custom layouts: keep settings icon and label together in rtl layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Suppress RelativeOverlap Created 4 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
« no previous file with comments | « chrome/android/java/res/layout/web_notification_big.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index 36fd10bc0e6774aa99458e65a43f1ac76e43c2cd..ba1de2a173ac092ee99e4b1e77f4aa9d8b448f9b 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -324,6 +324,8 @@
parent="@style/WebNotificationButton">
<item name="android:textAppearance">@style/TextAppearance.StatusBar.EventContent.Line2</item>
<item name="android:paddingStart">40dp</item>
+ <!-- Margin at the end to avoid overlap with the small icon. -->
+ <item name="android:layout_marginEnd">24dp</item>
</style>
<style name="WebNotificationSettingsIcon">
<item name="android:layout_marginStart">8dp</item>
« no previous file with comments | « chrome/android/java/res/layout/web_notification_big.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698