From f2ab9404dd489602b899e5a405d6f2f752b0469d Mon Sep 17 00:00:00 2001 From: Jannik Date: Tue, 23 Aug 2016 18:22:55 +0200 Subject: [PATCH] Margin change Change margin from 30 to 20, to fit new_Profile --- app/src/main/res/layout/exercise_type.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/exercise_type.xml b/app/src/main/res/layout/exercise_type.xml index 81506be..bec5361 100644 --- a/app/src/main/res/layout/exercise_type.xml +++ b/app/src/main/res/layout/exercise_type.xml @@ -9,7 +9,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center_horizontal" - android:layout_margin="30dp"> + android:layout_margin="20dp">