diff --git a/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_description.xml b/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_description.xml index dfcf4e2ab7..836cc77d1f 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_description.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_description.xml @@ -3,8 +3,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="20px" - android:layout_marginRight="20px" + android:layout_marginLeft="@dimen/dp_50" + android:layout_marginRight="@dimen/dp_50" android:layout_marginBottom="14px" android:background="@drawable/bg_v2x_event_description" android:orientation="vertical"> diff --git a/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_item.xml b/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_item.xml index 49fced883d..b3103c0ae9 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_item.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_item.xml @@ -4,8 +4,8 @@ android:id="@+id/road_case_liset_item" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="20px" - android:layout_marginRight="20px" + android:layout_marginLeft="@dimen/dp_50" + android:layout_marginRight="@dimen/dp_50" android:layout_marginBottom="@dimen/dp_14" android:background="@drawable/bg_v2x_event_list_item">