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

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

Issue 2269293002: [Download Home] Various fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DOWNLOADS_activity_tests
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <resources xmlns:tools="http://schemas.android.com/tools"> 6 <resources xmlns:tools="http://schemas.android.com/tools">
7 <!-- Q: Why put style resources under values-v17/ ? 7 <!-- Q: Why put style resources under values-v17/ ?
8 A: Problem: 8 A: Problem:
9 1. paddingStart causes a crash on Galaxy Tab&Note b/8351339. 9 1. paddingStart causes a crash on Galaxy Tab&Note b/8351339.
10 2. So we wrote a build script(generate_v14_compatible_resources.py) to convert 10 2. So we wrote a build script(generate_v14_compatible_resources.py) to convert
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 </style> 563 </style>
564 <style name="AppMenuItem"> 564 <style name="AppMenuItem">
565 <item name="android:paddingStart">16dp</item> 565 <item name="android:paddingStart">16dp</item>
566 <item name="android:paddingEnd">16dp</item> 566 <item name="android:paddingEnd">16dp</item>
567 <item name="android:background">?attr/listChoiceBackgroundIndicator</ite m> 567 <item name="android:background">?attr/listChoiceBackgroundIndicator</ite m>
568 </style> 568 </style>
569 <style name="RobotoMediumStyle"> 569 <style name="RobotoMediumStyle">
570 <item name="android:fontFamily">sans-serif</item> 570 <item name="android:fontFamily">sans-serif</item>
571 <item name="android:textStyle">bold</item> 571 <item name="android:textStyle">bold</item>
572 </style> 572 </style>
573 <style name="MaterialProgressBar" parent="Widget.AppCompat.ProgressBar.Horiz ontal">
574 <item name="android:progressDrawable">@drawable/material_progressbar</it em>
575 </style>
573 576
574 <!-- New tab page RecyclerView overscroll color --> 577 <!-- New tab page RecyclerView overscroll color -->
575 <style name="NewTabPageRecyclerView"> 578 <style name="NewTabPageRecyclerView">
576 <item name="android:colorEdgeEffect">@color/google_grey_300</item> 579 <item name="android:colorEdgeEffect">@color/google_grey_300</item>
577 </style> 580 </style>
578 </resources> 581 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698