Skip to content

Instantly share code, notes, and snippets.

@hypest
Last active March 31, 2020 13:39
Show Gist options
  • Save hypest/4cc9b63b66945585d373c5f9f649f10e to your computer and use it in GitHub Desktop.
Save hypest/4cc9b63b66945585d373c5f9f649f10e to your computer and use it in GitHub Desktop.
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