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

Unified Diff: remoting/android/java/res/values-v17/styles.xml

Issue 2270283003: [Remoting Android] Explicitly define title text size in sp (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/java/res/values-v17/styles.xml
diff --git a/remoting/android/java/res/values-v17/styles.xml b/remoting/android/java/res/values-v17/styles.xml
index a7596607e0d1c6eae4dae32ae7e0fd1a79f45052..36a5302e5464c599e6d3e36a7e134da9008cd180 100644
--- a/remoting/android/java/res/values-v17/styles.xml
+++ b/remoting/android/java/res/values-v17/styles.xml
@@ -46,5 +46,10 @@
<!--suppress NewApi -->
<item name="android:elevation">4dp</item>
<item name="contentInsetStart">@dimen/toolbar_content_inset_start</item>
+ <item name="titleTextAppearance">@style/ToolbarStyle.Title</item>
+ </style>
+
+ <style name="ToolbarStyle.Title" parent="TextAppearance.Widget.AppCompat.Toolbar.Title">
+ <item name="android:textSize">20sp</item>
</style>
</resources>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698