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

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

Issue 2801213003: Fix UI style of signin AlertDialogs on Android (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/signin/AccountAdder.java » ('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 5b2a7a8203df9985dc73b9060c92ef522e799fc9..e9d62cdadc1386aad93daaacfccb0fb1ce13b4cb 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -419,6 +419,15 @@
<item name="windowActionBar">false</item>
</style>
+ <style name="SigninAlertDialogTheme" parent="AlertDialogTheme">
+ <item name="buttonBarButtonStyle">@style/SigninDialogButtonStyle</item>
+ <item name="android:textColorPrimary">@color/default_text_color</item>
+ </style>
+
+ <style name="SigninDialogButtonStyle" parent="Widget.AppCompat.Button.ButtonBar.AlertDialog">
+ <item name="android:textColor">@color/light_active_color</item>
+ </style>
+
<!-- Bookmarks -->
<style name="BookmarkTitleBarButton">
<item name="android:layout_width">wrap_content</item>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/signin/AccountAdder.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698