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

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

Issue 2751583002: 🏡 Show correct BottomSheetContent toolbar when contents swapped (Closed)
Patch Set: Changes from mdjones@ review 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..a0091006a6fc92ea0f48822919debcf74f9369d5 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -674,4 +674,8 @@
<item name="android:scaleType">center</item>
<item name="android:background">@color/light_active_color</item>
</style>
+
gone 2017/03/15 17:21:15 no newline
Theresa 2017/03/16 18:15:16 I added a "Miscellaneous" comment above this style
+ <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