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

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

Issue 2113493002: [Payments] Switch to using TextInputLayouts, update statusbar color (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 4 years, 6 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 93957e527dbd54f5b20181283cb9b6b1d82de80b..053336725bd6302ed1f5c8c8c24ec4bd28df9a5d 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -46,6 +46,7 @@
<style name="FullscreenWhiteDialog" parent="Theme.AppCompat.Light" >
<item name="android:windowBackground">@android:color/white</item>
<item name="android:textColorLink">@color/light_active_color</item>
+ <item name="android:statusBarColor" tools:targetApi="21">@android:color/black</item>
<item name="colorPrimary">@color/light_active_color</item>
<item name="colorAccent">@color/light_active_color</item>
</style>
@@ -124,8 +125,11 @@
</style>
<style name="PreferenceScreenLayout">
<item name="android:paddingTop">16dp</item>
- <item name="android:paddingStart">16dp</item>
- <item name="android:paddingEnd">16dp</item>
+
+ <!-- Additional padding is applied to each of the controls inside the layout, making this
+ a 16dp padding overall. -->
+ <item name="android:paddingStart">@dimen/pref_autofill_content_padding</item>
+ <item name="android:paddingEnd">@dimen/pref_autofill_content_padding</item>
</style>
<style name="PreferenceLayoutBase">
<item name="android:background">?android:attr/activatedBackgroundIndicator</item>
@@ -140,8 +144,8 @@
<item name="android:textSize">14sp</item>
</style>
<style name="PreferenceFloatLabelTextAppearance">
- <item name="android:textColor">@color/float_label</item>
- <item name="android:textSize">14sp</item>
+ <item name="android:textColor">@color/descriptive_text_color</item>
+ <item name="android:textSize">12sp</item>
</style>
<style name="PreferenceSpinnerItem">
<item name="android:textAppearance">@style/PreferenceTextAppearanceMedium</item>
@@ -150,7 +154,7 @@
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">1dp</item>
<item name="android:layout_marginTop">2dp</item>
- <item name="android:background">@color/input_underline_color</item>
+ <item name="android:background">@color/google_grey_600</item>
</style>
<style name="ThemeWithActionBar" parent="Theme.AppCompat.Light.DarkActionBar">
« no previous file with comments | « chrome/android/java/res/layout/preference_address_float_label_layout.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698