Changed large layout screen partition from weight to percentageRelativeLayout to accomodate different behaviours in sdk version < 21

Due Date is now optional and has a check box
This commit is contained in:
bg45
2017-04-03 17:18:32 -04:00
parent f94089ed88
commit 954055cbe9
10 changed files with 58 additions and 31 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.wismna.geoffroy.donext"
minSdkVersion 19
targetSdkVersion 25
versionCode 18
versionName "1.4.3"
versionCode 19
versionName "1.4.4"
}
buildTypes {
release {
@@ -21,11 +21,11 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.3.0'
compile 'com.android.support:design:25.3.0'
compile 'com.android.support:support-v4:25.3.0'
compile 'com.android.support:percent:25.3.0'
compile 'com.android.support:recyclerview-v7:25.3.0'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support:support-v4:25.3.1'
compile 'com.android.support:percent:25.3.1'
compile 'com.android.support:recyclerview-v7:25.3.1'
compile 'com.google.android.gms:play-services-ads:10.2.1'
compile 'net.danlew:android.joda:2.9.7'
testCompile 'junit:junit:4.12'