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

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

Issue 2362673005: [Android] Change default search engine setting page to full screen (Closed)
Patch Set: Created 4 years, 3 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
Index: chrome/android/java/res/layout/custom_preference.xml
diff --git a/chrome/android/java/res/layout/custom_preference.xml b/chrome/android/java/res/layout/custom_preference.xml
index 30cdaf8fe02790f00c010d4f2c2ef3a1ada56eac..02442d382ab21e22d9d139cf2c79ed6099807d70 100644
--- a/chrome/android/java/res/layout/custom_preference.xml
+++ b/chrome/android/java/res/layout/custom_preference.xml
@@ -7,7 +7,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/PreferenceLayout"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:layout_height="match_parent"
Ian Wen 2016/09/23 20:43:24 How will this affect data saver and accessibility?
ltian 2016/09/23 21:32:05 Sorry I modified this part for debug before and fo
android:gravity="center_vertical"
android:orientation="vertical">
@@ -20,6 +20,6 @@
<FrameLayout
android:id="@android:id/widget_frame"
android:layout_width="match_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="match_parent" />
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698