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

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: Added row layout 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..49dc08d37760c13a0011fa04a39ce3e73361bd41 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -152,6 +152,29 @@
<item name="colorAccent">@color/pref_accent_color</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