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

Side by Side Diff: chrome/android/java/res/layout/confirm_sync_account_change_account.xml

Issue 1745563002: Revert of Created the dialog offering the user to merge their account data or keep it (Closed) Base URL: maybelle.lon.corp.google.com:/usr/local/google/code/clankium/src@sync_settings
Patch Set: Created 4 years, 10 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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. -->
5
6 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
7 android:layout_width="match_parent"
8 android:layout_height="wrap_content"
9 android:overScrollMode="ifContentScrolls"
10 android:paddingBottom="12dp"
11 android:paddingEnd="10dp"
12 android:paddingStart="14dp"
13 android:paddingTop="2dp" >
14 <org.chromium.ui.widget.TextViewWithClickableSpans
15 android:id="@+id/confirmMessage"
16 style="?android:attr/textAppearanceMedium"
17 android:layout_width="match_parent"
18 android:layout_height="wrap_content"
19 android:bufferType="spannable"
20 android:padding="5dp" />
21 </ScrollView>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/confirm_import_sync_data.xml ('k') | chrome/android/java/res/layout/fre_choose_account.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698