Last active
March 31, 2020 13:39
-
-
Save hypest/4cc9b63b66945585d373c5f9f649f10e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/WordPress/src/main/res/values/styles.xml b/WordPress/src/main/res/values/styles.xml | |
index 9b088771a5..f9a82d8222 100644 | |
--- a/WordPress/src/main/res/values/styles.xml | |
+++ b/WordPress/src/main/res/values/styles.xml | |
@@ -600,6 +600,12 @@ | |
</style> | |
<!--Post Settings Styles--> | |
+ <style name="PostSettingsCardView"> | |
+ <item name="android:layout_width">match_parent</item> | |
+ <item name="android:layout_height">wrap_content</item> | |
+ <item name="android:layout_marginBottom">@dimen/margin_extra_large</item> | |
+ </style> | |
+ | |
<style name="PostSettingsCardViewInnerLayout"> | |
<item name="android:layout_width">match_parent</item> | |
<item name="android:layout_height">wrap_content</item> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment