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

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

Issue 2654193002: [Android History] List item shadows and width constrained styling (Closed)
Patch Set: Changes from dgn@ and dfalcantara@ reviews 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
« no previous file with comments | « chrome/android/java/res/layout/search_toolbar.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | 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 ffad8d66f650a9d2513ae30b3dee8afc69f04bbe..00b2b36bd1b0d4bfa7c968ebdb24c5cc8f9bc8af 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,9 +595,9 @@
<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>
+ <item name="android:paddingEnd">@dimen/selectable_list_layout_row_end_padding</item>
</style>
<!-- Download Home -->
« no previous file with comments | « chrome/android/java/res/layout/search_toolbar.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698