diff --git a/res/layout/whats_new_activity.xml b/res/layout/whats_new_activity.xml index 0ec7ba1e9f..c220aae911 100644 --- a/res/layout/whats_new_activity.xml +++ b/res/layout/whats_new_activity.xml @@ -30,9 +30,9 @@ android:layout_height="0dp" android:layout_weight="10" android:weightSum="3" - android:layout_marginBottom="16dp" - android:layout_marginLeft="16dp" - android:layout_marginRight="16dp"> + android:layout_marginBottom="@dimen/standard_margin" + android:layout_marginLeft="@dimen/standard_margin" + android:layout_marginRight="@dimen/standard_margin"> + android:padding="@dimen/standard_padding"/> diff --git a/res/layout/whats_new_element.xml b/res/layout/whats_new_element.xml index 05ebc16c01..5f98abf4cb 100644 --- a/res/layout/whats_new_element.xml +++ b/res/layout/whats_new_element.xml @@ -25,6 +25,6 @@ android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceSmall" android:id="@+id/whatsNewText" - android:layout_margin="15dp" + android:layout_margin="@dimen/standard_margin" android:layout_gravity="center_horizontal"/> \ No newline at end of file