diff --git a/.idea/misc.xml b/.idea/misc.xml index 5d19981..fbb6828 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 6af97ea..ba2bca9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,9 +15,9 @@ android { applicationId "com.welchsoftwaredevelopers.myapplication" minSdkVersion 21 targetSdkVersion 25 - versionCode 1 - versionName "1.0" + versionName '1.1' testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" + versionCode 2 } buildTypes { release { @@ -29,6 +29,8 @@ android { signingConfig signingConfigs.config } } + productFlavors { + } } dependencies { diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index da529f3..281c295 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -20,7 +20,9 @@ android:layout_marginRight="8dp" app:layout_constraintRight_toRightOf="parent" android:layout_marginTop="100dp" - app:layout_constraintTop_toBottomOf="@+id/textView_Total" /> + app:layout_constraintTop_toBottomOf="@+id/textView_Total" + android:layout_marginStart="8dp" + android:layout_marginEnd="8dp" /> + app:layout_constraintTop_toTopOf="parent" + android:layout_marginTop="8dp" + android:layout_marginRight="8dp" + app:layout_constraintRight_toRightOf="parent" + android:layout_marginLeft="8dp" + app:layout_constraintLeft_toLeftOf="parent" />