diff --git a/mobile/com.sap.sailing.racecommittee.app/res/layout/wind_view_xlarge.xml b/mobile/com.sap.sailing.racecommittee.app/res/layout/wind_view_xlarge.xml index 74498089882..71b28ccccd8 100644 --- a/mobile/com.sap.sailing.racecommittee.app/res/layout/wind_view_xlarge.xml +++ b/mobile/com.sap.sailing.racecommittee.app/res/layout/wind_view_xlarge.xml @@ -23,8 +23,7 @@ android:layout_alignParentEnd="true" android:layout_alignParentRight="true" android:layout_centerVertical="true" - android:layout_marginEnd="@dimen/default_margin" - android:layout_marginRight="@dimen/default_margin" + android:layout_marginRight="@dimen/side_padding" android:text="@string/wind_off" android:textAppearance="?textNormal" android:visibility="gone" @@ -35,10 +34,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" - android:layout_marginEnd="@dimen/default_margin_half" android:layout_marginRight="@dimen/default_margin_half" android:layout_toLeftOf="@id/wind_sensor" - android:layout_toStartOf="@id/wind_sensor" android:src="?wind_off" android:visibility="gone" tools:visibility="visible"/> @@ -48,7 +45,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" - android:layout_marginEnd="@dimen/default_margin_half" android:layout_marginRight="@dimen/default_margin_half" android:layout_toLeftOf="@id/wind_sensor" android:layout_toStartOf="@id/wind_sensor" @@ -63,15 +59,12 @@ android:layout_alignParentStart="true" android:layout_centerVertical="true" android:layout_gravity="center_vertical" - android:layout_marginLeft="@dimen/default_margin" - android:layout_marginStart="@dimen/default_margin" + android:layout_marginLeft="@dimen/side_padding" android:layout_toLeftOf="@id/wind_off" - android:layout_toStartOf="@id/wind_off" android:drawableLeft="?chevron_left_24dp" android:orientation="horizontal" android:text="@string/wind" - android:textAppearance="?textNormal"/> - + android:textAppearance="?textHeader"/> + android:orientation="vertical">