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

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: rebase 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 333aea01039c98e5006c66023a476a798b86e325..4b908d63cf0ec16c91dc304c42ffab81e8eca984 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -152,6 +152,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>
« no previous file with comments | « chrome/android/java/res/layout/storage_preferences.xml ('k') | chrome/android/java/res/values-v19/values.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698