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

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

Issue 1465363002: [Storage] Android - ManageSpace UI, Important Origins, and CBD Dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Favicon support, and scroll indicators Created 4 years, 7 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 9e5ce94c74978082b63b58d9cda095ddaf6f1997..faea79eb328f1bf4d8860ff5ee019986468cc01a 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -141,6 +141,9 @@
<item name="android:layout_marginTop">2dp</item>
<item name="android:background">@color/input_underline_color</item>
</style>
+ <style name="ConfirmImportantSitesListTextAppearance">
+ <item name="android:textSize">16sp</item>
+ </style>
<style name="ThemeWithActionBar" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="android:windowBackground">@drawable/action_bar_activity_bg</item>
@@ -152,6 +155,34 @@
<item name="colorAccent">@color/pref_accent_color</item>
</style>
+ <style name="FlushFooterButton">
+ <item name="android:textColor">@color/light_normal_color</item>
+ <item name="android:background">@drawable/flush_footer_button</item>
+ </style>
+
+ <!-- Manage Space Activity -->
+ <style name="ManageSpaceActivityButton">
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:layout_gravity">end</item>
+ <item name="android:layout_marginTop">8dp</item>
+ <item name="android:paddingStart">32dp</item>
+ <item name="android:paddingEnd">32dp</item>
+ </style>
+ <style name="ManageSpaceActivityExplanationTextView">
+ <item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:paddingTop">6dp</item>
+ </style>
+ <style name="ManageSpaceActivitySizeTextView">
+ <item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:paddingTop">6dp</item>
+ <item name="android:maxLines">1</item>
+ </style>
+
<!-- Alert dialogs -->
<style name="AlertDialogContent">
<item name="android:layout_width">match_parent</item>

Powered by Google App Engine
This is Rietveld 408576698