summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values-sw720dp/dimens.xml3
-rw-r--r--res/values/dimens.xml3
-rw-r--r--res/values/styles.xml4
3 files changed, 6 insertions, 4 deletions
diff --git a/res/values-sw720dp/dimens.xml b/res/values-sw720dp/dimens.xml
index 1ce9a6f90..67b25144d 100644
--- a/res/values-sw720dp/dimens.xml
+++ b/res/values-sw720dp/dimens.xml
@@ -28,4 +28,7 @@
<dimen name="quickcontact_maximum_title_size">64dp</dimen>
<!-- Right margin of the floating action button -->
<dimen name="floating_action_button_margin_right">100dp</dimen>
+
+ <dimen name="expanding_entry_card_marginStartEnd">10dp</dimen>
+
</resources>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index fb9f08c5e..c63862eac 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -132,8 +132,7 @@
<!-- Margins for ExpandingEntryCardView -->
- <dimen name="expanding_entry_card_marginStart">8dp</dimen>
- <dimen name="expanding_entry_card_marginEnd">8dp</dimen>
+ <dimen name="expanding_entry_card_marginStartEnd">8dp</dimen>
<dimen name="expanding_entry_card_marginBottom">12dp</dimen>
<!-- Width of the grey border surrounding the expanding entry cards. If we ever add
a rounded corner to the expanding entry cards, than we will need to increase this value -->
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 89338e12d..074ff52f5 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -275,8 +275,8 @@
<item name="android:elevation">@dimen/expanding_entry_card_elevation</item>
<item name="android:background">@color/expanding_entry_card_background_color</item>
<item name="android:layout_marginBottom">@dimen/expanding_entry_card_marginBottom</item>
- <item name="android:layout_marginEnd">@dimen/expanding_entry_card_marginEnd</item>
- <item name="android:layout_marginStart">@dimen/expanding_entry_card_marginStart</item>
+ <item name="android:layout_marginEnd">@dimen/expanding_entry_card_marginStartEnd</item>
+ <item name="android:layout_marginStart">@dimen/expanding_entry_card_marginStartEnd</item>
<item name="android:orientation">vertical</item>
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>