diff --git a/app/build.gradle b/app/build.gradle
index 33fc8b9f..1aecf0db 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -67,9 +67,9 @@ android {
}
dependencies {
- implementation 'com.simplemobiletools:commons:5.28.24'
+ implementation 'com.simplemobiletools:commons:5.29.13'
implementation 'com.facebook.stetho:stetho:1.5.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
+ implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta7'
implementation 'com.shawnlin:number-picker:2.4.6'
implementation "androidx.preference:preference:1.1.0"
implementation "androidx.work:work-runtime-ktx:2.3.2"
diff --git a/app/src/main/res/layout/fragment_stopwatch.xml b/app/src/main/res/layout/fragment_stopwatch.xml
index 1664327f..89a2c09b 100644
--- a/app/src/main/res/layout/fragment_stopwatch.xml
+++ b/app/src/main/res/layout/fragment_stopwatch.xml
@@ -1,6 +1,5 @@
-
+ tools:text="00.00" />
+ app:layout_constraintStart_toStartOf="parent" />
+ app:layout_constraintTop_toTopOf="parent" />
+ app:layout_constraintTop_toTopOf="parent" />
@@ -69,7 +68,7 @@
app:layout_constraintBottom_toTopOf="@+id/stopwatch_play_pause"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/stopwatch_sorting_indicators_holder"/>
+ app:layout_constraintTop_toBottomOf="@+id/stopwatch_sorting_indicators_holder" />
+ app:layout_constraintStart_toStartOf="parent" />
+ app:layout_constraintTop_toTopOf="@+id/stopwatch_play_pause" />
+ app:layout_constraintTop_toTopOf="@+id/stopwatch_play_pause" />
diff --git a/app/src/main/res/layout/fragment_timer.xml b/app/src/main/res/layout/fragment_timer.xml
index dbb2b178..b16ee540 100644
--- a/app/src/main/res/layout/fragment_timer.xml
+++ b/app/src/main/res/layout/fragment_timer.xml
@@ -16,6 +16,7 @@
app:layout_constraintTop_toTopOf="parent">
@@ -80,6 +81,7 @@
tools:text="Default alarm" />
+ app:layout_constraintTop_toTopOf="@+id/timer_play_pause"
+ tools:visibility="visible" />
diff --git a/app/src/main/res/layout/item_add_time_zone.xml b/app/src/main/res/layout/item_add_time_zone.xml
index 1366df17..555fed76 100644
--- a/app/src/main/res/layout/item_add_time_zone.xml
+++ b/app/src/main/res/layout/item_add_time_zone.xml
@@ -13,7 +13,7 @@
android:id="@+id/add_time_zone_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_toLeftOf="@+id/add_time_zone_checkbox"
+ android:layout_toStartOf="@+id/add_time_zone_checkbox"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
@@ -27,8 +27,8 @@
android:layout_height="match_parent"
android:layout_alignTop="@+id/add_time_zone_title"
android:layout_alignBottom="@+id/add_time_zone_title"
- android:layout_alignParentRight="true"
- android:layout_marginRight="@dimen/activity_margin"
+ android:layout_alignParentEnd="true"
+ android:layout_marginEnd="@dimen/activity_margin"
android:clickable="false"
android:gravity="center"/>
diff --git a/build.gradle b/build.gradle
index d991c1f9..d11fae6a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.6.3'
+ classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index c8418039..f62c3ca7 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Wed Mar 18 12:31:29 CET 2020
+#Fri Jun 19 16:25:51 CEST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip