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

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

Issue 2854643002: [Android] Width constrain bookmarks and downloads UIs (Closed)
Patch Set: Changes from dfalcantara@ review 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
« no previous file with comments | « chrome/android/java/res/layout/history_date_view.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/layout/signin_and_sync_view.xml
diff --git a/chrome/android/java/res/layout/signin_and_sync_view.xml b/chrome/android/java/res/layout/signin_and_sync_view.xml
index 76a4fe776e307d9957cf04fbdf015a84731fd608..d9bdbeb8e841e394831ed306dc6f7a2a846d401a 100644
--- a/chrome/android/java/res/layout/signin_and_sync_view.xml
+++ b/chrome/android/java/res/layout/signin_and_sync_view.xml
@@ -8,7 +8,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:padding="16dp" >
+ android:padding="@dimen/signin_and_sync_view_padding" >
<TextView
android:id="@+id/title"
« no previous file with comments | « chrome/android/java/res/layout/history_date_view.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698