Layout generalizing

All layouts have now a margin of 10
This commit is contained in:
Jannik 2016-08-28 16:17:30 +02:00
commit 89ae0cee8f
6 changed files with 6 additions and 9 deletions

View file

@ -3,10 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:layout_margin="10dp"
tools:context=".BreakDeciderActivity">
<Button

View file

@ -9,7 +9,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal"
android:layout_margin="20dp">
android:layout_margin="10dp">
<TextView
android:layout_width="100dp"

View file

@ -9,7 +9,7 @@
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="@dimen/activity_horizontal_margin">
android:layout_margin="10dp">
<TextView
android:layout_width="wrap_content"

View file

@ -7,7 +7,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="20dp"
android:layout_margin="10dp"
android:orientation="vertical"
android:scrollbarAlwaysDrawVerticalTrack="true"
android:scrollbars="vertical"

View file

@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="20dp">
android:layout_margin="10dp">
<ImageView

View file

@ -4,7 +4,7 @@
android:layout_height="match_parent"
android:orientation="vertical"
android:weightSum="1"
android:layout_margin="20dp">
android:layout_margin="10dp">
<RelativeLayout
android:layout_width="fill_parent"