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

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

Issue 1837963003: Remove document mode opt-out promo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 9 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/new_tab_page.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/opt_out_promo.xml
diff --git a/chrome/android/java/res/layout/opt_out_promo.xml b/chrome/android/java/res/layout/opt_out_promo.xml
deleted file mode 100644
index 618865a50352109a6aa2cbe84d11ce59b4ccf5fc..0000000000000000000000000000000000000000
--- a/chrome/android/java/res/layout/opt_out_promo.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2015 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file. -->
-
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/opt_out_promo"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
-
- <ImageView
- android:id="@+id/tabs_moved_illustration"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:adjustViewBounds="true"
- android:background="#4FC3F7"
- android:contentDescription="@null" />
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="16sp"
- android:layout_marginTop="24dp"
- android:layout_marginStart="32dp"
- android:layout_marginEnd="32dp"
- android:text="@string/tabs_and_apps_opt_out_title"
- android:textColor="@color/default_text_color" />
-
- <org.chromium.ui.widget.TextViewWithClickableSpans
- android:id="@+id/opt_out_text"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:layout_marginStart="32dp"
- android:layout_marginEnd="32dp"
- android:bufferType="spannable"
- android:textSize="14sp"
- android:textColor="@color/opt_out_text_color"
- android:lineSpacingMultiplier="1.4" />
-
- <Button
- style="@style/ButtonCompatBorderless"
- android:id="@+id/got_it_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="end"
- android:layout_marginTop="24dp"
- android:layout_marginBottom="16dp"
- android:layout_marginEnd="32dp"
- android:text="@string/tabs_and_apps_got_it_button"
- android:textColor="@color/light_active_color" />
-</LinearLayout>
« no previous file with comments | « chrome/android/java/res/layout/new_tab_page.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698