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

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

Issue 483183002: Add font family selector ui for distilled page viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/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"
« no previous file with comments | « chrome/android/java/res/layout/distilled_page_font_family_spinner.xml ('k') | chrome/android/java/res/values/arrays.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698