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 |