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

Side by Side Diff: content/public/android/java/res/layout-v21/text_edit_suggestion_item.xml

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Created 3 years, 11 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
3 <!-- Copyright 2017 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7
8 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
9 android:textAppearance="@android:style/TextAppearance.Material.Body1"
10 android:textColor="?android:attr/textColorSecondary"
11 android:drawablePadding="8dip"
12 android:gravity="start|center_vertical"
13 android:layout_gravity="start|center_vertical"
14 android:layout_height="48dip"
15 android:layout_width="match_parent"
16 android:paddingBottom="8dip"
17 android:paddingEnd="16dip"
18 android:paddingStart="16dip"
19 android:paddingTop="8dip"
20 android:singleLine="true"
21 android:textSize="14sp" />
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698