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

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

Issue 2549243002: Force the inflation of the DRP stats layout resource (Closed)
Patch Set: Add padding Created 4 years 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/preferences/datareduction/DataReductionStatsPreference.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/data_reduction_stats_layout.xml
diff --git a/chrome/android/java/res/layout/data_reduction_stats_layout.xml b/chrome/android/java/res/layout/data_reduction_stats_layout.xml
index 86092ed9b2d09471fdcba422a60edca6d55823fd..36d268668e791fbeb3e0ececc6381028ae6ec75c 100644
--- a/chrome/android/java/res/layout/data_reduction_stats_layout.xml
+++ b/chrome/android/java/res/layout/data_reduction_stats_layout.xml
@@ -10,6 +10,8 @@
android:layout_height="wrap_content"
android:clipChildren="false"
android:clipToPadding="false"
+ android:paddingStart="6dp"
+ android:paddingEnd="6dp"
android:orientation="vertical" >
<TextView
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/preferences/datareduction/DataReductionStatsPreference.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698