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> |