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

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

Issue 141853007: Update the AppBannerView appearance (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Making code ugly for findbugs Created 6 years, 10 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 | « chrome/android/java/res/values-sw600dp/dimens.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 533e2370cf05cd69cb429675e3ba233e76b65ed6..7ddbdf8e512e65e2854f933074939579b75e3fed 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -7,12 +7,11 @@
<resources>
<style name="AppBannerTitle">
<item name="android:textColor">#333333</item>
- <item name="android:textSize">16sp</item>
+ <item name="android:textSize">@dimen/app_banner_title_text_size</item>
<item name="android:fontFamily">sans-serif-light</item>
</style>
- <style name="AppBannerInstallButton">
- <item name="android:textColor">#ffffff</item>
- <item name="android:textSize">12sp</item>
+ <style name="AppBannerButton">
+ <item name="android:textSize">@dimen/app_banner_button_text_size</item>
<item name="android:textAllCaps">true</item>
<item name="android:fontFamily">sans-serif</item>
<item name="android:textStyle">bold</item>
« no previous file with comments | « chrome/android/java/res/values-sw600dp/dimens.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698