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

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

Issue 2751583002: 🏡 Show correct BottomSheetContent toolbar when contents swapped (Closed)
Patch Set: Remove duplicate "and" Created 3 years, 9 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/values-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index 2db32d397f3a9118968243283be04550ec1845a2..c550e0c75a248b5c0f70e56bd15daf9f7d50d363 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -674,4 +674,9 @@
<item name="android:scaleType">center</item>
<item name="android:background">@color/light_active_color</item>
</style>
+
+ <!-- Miscellaneous -->
+ <style name="BottomSheetContentTitle" parent="TextAppearance.Widget.AppCompat.Toolbar.Title">
+ <item name="android:textSize">20sp</item>
+ </style>
</resources>

Powered by Google App Engine
This is Rietveld 408576698