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

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

Issue 2367373003: [Android] Allow setting recently visited search engines as default search engine (Closed)
Patch Set: Update based on Peter and Dan's comments. Created 4 years 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 2016 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 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
7 android:layout_width="match_parent"
8 android:layout_height="wrap_content"
9 android:text="@string/search_engine_recently_visited"
10 android:textColor="@color/light_active_color"
11 style="@style/RobotoMediumStyle"
12 android:gravity="center_vertical"
13 android:paddingBottom="16dp"
14 android:paddingTop="16dp"
15 android:paddingStart="12dp"
16 android:paddingEnd="6dp"
17 android:clickable="false" />
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698