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

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

Issue 1138183003: Use native radiobutton for Default Search Engine picker dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 5 years, 7 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/preferences/SearchEngineAdapter.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/search_engine.xml
diff --git a/chrome/android/java/res/layout/search_engine.xml b/chrome/android/java/res/layout/search_engine.xml
index 39a5d207f5a0ecc8502654aa634aca2f1617a1f0..efa15ecbe5eea4947efcc38a1d577b5b5b2ba8f0 100644
--- a/chrome/android/java/res/layout/search_engine.xml
+++ b/chrome/android/java/res/layout/search_engine.xml
@@ -12,13 +12,12 @@
android:paddingTop="6dp"
android:paddingBottom="6dp">
- <RadioButton
+ <android.widget.RadioButton
android:id="@+id/radiobutton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="21dp"
android:layout_marginEnd="16dp"
- android:background="@null"
android:clickable="false" />
<LinearLayout
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/preferences/SearchEngineAdapter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698