| Index: chrome/android/java/res/layout/distilled_page_prefs_view.xml
|
| diff --git a/chrome/android/java/res/layout/distilled_page_prefs_view.xml b/chrome/android/java/res/layout/distilled_page_prefs_view.xml
|
| index 2b134040b3a2b54732044180d73413ed8b867175..f0a73c3809dd43bc8b0f6bbd4c31a7fa7f70a54e 100644
|
| --- a/chrome/android/java/res/layout/distilled_page_prefs_view.xml
|
| +++ b/chrome/android/java/res/layout/distilled_page_prefs_view.xml
|
| @@ -34,6 +34,15 @@
|
| style="@style/DistilledPagePrefThemeButton" />
|
|
|
| </RadioGroup>
|
| +
|
| + <Spinner
|
| + android:id="@+id/font_family"
|
| + android:layout_width="match_parent"
|
| + android:layout_height="wrap_content"
|
| + android:layout_weight="1"
|
| + android:orientation="horizontal"
|
| + android:padding="10dp"/>
|
| +
|
| <LinearLayout
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
|
|