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

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

Issue 1419553003: Revert "Introduce support design library to chrome and roll android_tools/" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Proper rebase Created 5 years, 2 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/BUILD.gn ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/eb_edit.xml
diff --git a/chrome/android/java/res/layout/eb_edit.xml b/chrome/android/java/res/layout/eb_edit.xml
index 00be737332f59fb0bb3c0c7e5200084925d6f3da..3b4cb1e9e58cc4b429a17d5ed8ef3e2749e1f26d 100644
--- a/chrome/android/java/res/layout/eb_edit.xml
+++ b/chrome/android/java/res/layout/eb_edit.xml
@@ -33,22 +33,20 @@
android:layout_marginStart="16dp"
android:orientation="vertical" >
- <android.support.design.widget.TextInputLayout
+ <org.chromium.chrome.browser.widget.FloatLabelLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="22dp" >
- <!-- android:text is set here is to avoid UI jumping. -->
<org.chromium.chrome.browser.widget.EmptyAlertEditText
android:id="@+id/title_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/bookmark_name"
- android:text="@string/bookmark_name"
android:imeOptions="flagNoExtractUi"
android:inputType="textCapSentences|textAutoCorrect"
android:singleLine="true"
chrome:alertMessage="@string/bookmark_missing_title" />
- </android.support.design.widget.TextInputLayout>
+ </org.chromium.chrome.browser.widget.FloatLabelLayout>
<TextView
android:layout_width="wrap_content"
@@ -70,7 +68,7 @@
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:textColor="@color/dark_mode_tint" />
- <android.support.design.widget.TextInputLayout
+ <org.chromium.chrome.browser.widget.FloatLabelLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="24dp" >
@@ -80,12 +78,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/bookmark_url"
- android:text="@string/bookmark_url"
android:imeOptions="flagNoExtractUi"
android:inputType="textUri"
android:singleLine="true"
chrome:alertMessage="@string/bookmark_missing_url" />
- </android.support.design.widget.TextInputLayout>
+ </org.chromium.chrome.browser.widget.FloatLabelLayout>
<LinearLayout
android:id="@+id/offline_page_group"
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698