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

Side by Side 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, 7 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2016 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2016 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 <org.chromium.chrome.browser.signin.SigninAndSyncView 5 <org.chromium.chrome.browser.signin.SigninAndSyncView
6 xmlns:android="http://schemas.android.com/apk/res/android" 6 xmlns:android="http://schemas.android.com/apk/res/android"
7 xmlns:chrome="http://schemas.android.com/apk/res-auto" 7 xmlns:chrome="http://schemas.android.com/apk/res-auto"
8 android:layout_width="match_parent" 8 android:layout_width="match_parent"
9 android:layout_height="wrap_content" 9 android:layout_height="wrap_content"
10 android:orientation="vertical" 10 android:orientation="vertical"
11 android:padding="16dp" > 11 android:padding="@dimen/signin_and_sync_view_padding" >
12 12
13 <TextView 13 <TextView
14 android:id="@+id/title" 14 android:id="@+id/title"
15 android:layout_width="wrap_content" 15 android:layout_width="wrap_content"
16 android:layout_height="wrap_content" 16 android:layout_height="wrap_content"
17 android:layout_marginBottom="8dp" 17 android:layout_marginBottom="8dp"
18 android:textColor="@color/default_text_color" 18 android:textColor="@color/default_text_color"
19 android:textSize="16sp" 19 android:textSize="16sp"
20 android:textStyle="bold" /> 20 android:textStyle="bold" />
21 21
(...skipping 26 matching lines...) Expand all
48 android:id="@+id/sign_in" 48 android:id="@+id/sign_in"
49 android:layout_width="wrap_content" 49 android:layout_width="wrap_content"
50 android:layout_height="wrap_content" 50 android:layout_height="wrap_content"
51 android:textAllCaps="true" 51 android:textAllCaps="true"
52 android:textColor="@android:color/white" 52 android:textColor="@android:color/white"
53 android:textSize="15sp" 53 android:textSize="15sp"
54 chrome:buttonColor="@color/light_active_color" /> 54 chrome:buttonColor="@color/light_active_color" />
55 </LinearLayout> 55 </LinearLayout>
56 56
57 </org.chromium.chrome.browser.signin.SigninAndSyncView> 57 </org.chromium.chrome.browser.signin.SigninAndSyncView>
OLDNEW
« 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