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

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

Issue 2795653006: Add icon to the Data Saver main menu footer and update to spec (Closed)
Patch Set: move graph into bitmap Created 3 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
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 36da01fff0924ab44952831e0ca0394c72f826b1..618f20f24d9116d967d1f5f9c4b1b9a8eb219dae 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -166,7 +166,7 @@
</style>
<style name="Divider">
<item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">1dp</item>
+ <item name="android:layout_height">@dimen/divider_height</item>
<item name="android:background">@color/google_grey_300</item>
</style>
« no previous file with comments | « chrome/android/java/res/layout/data_reduction_main_menu_footer.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698