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

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

Issue 2654193002: [Android History] List item shadows and width constrained styling (Closed)
Patch Set: Fix some styling for supervised users 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: 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 ffad8d66f650a9d2513ae30b3dee8afc69f04bbe..2fd96984749d86fabab0e7eaa9a9d8b7d04eb48f 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -576,8 +576,6 @@
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_marginTop">16dp</item>
- <item name="android:paddingStart">16dp</item>
- <item name="android:paddingEnd">16dp</item>
<item name="android:textSize">16sp</item>
<item name="android:visibility">gone</item>
</style>
@@ -597,7 +595,6 @@
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">match_parent</item>
<item name="android:paddingStart">16dp</item>
- <item name="android:paddingEnd">16dp</item>
<item name="android:background">@null</item>
<item name="android:scaleType">center</item>
</style>

Powered by Google App Engine
This is Rietveld 408576698