Commit b2d6fe49 authored by Wenyu Fu's avatar Wenyu Fu Committed by Commit Bot

Fix the style type when editing folder in bookmarks

Before the fix, when trying to edit an editable directory
in bookmarks, the font style is set to Google Sans. This fix
reset the style to be consistent with other bookmarks editing style

Bug: 1003551
Change-Id: I3339f9c07b6823c0a0ba32cdcd04f32ee6471705
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846038Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Commit-Queue: Wenyu Fu <wenyufu@google.com>
Cr-Commit-Position: refs/heads/master@{#703536}
parent 8af8f1e1
......@@ -34,7 +34,6 @@
<android.support.design.widget.TextInputEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="@style/TextAppearance.BlackHeadline"
android:imeOptions="flagNoExtractUi"
android:inputType="textCapSentences|textAutoCorrect" />
</org.chromium.chrome.browser.bookmarks.BookmarkTextInputLayout>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment