From 43592e64f8bf17124d61ac042cadddf70900749f Mon Sep 17 00:00:00 2001 From: LagradOst <11805592+LagradOst@users.noreply.github.com> Date: Tue, 15 Feb 2022 22:31:56 +0100 Subject: [PATCH] bump --- app/build.gradle | 2 +- app/src/main/res/layout/result_sync.xml | 407 +++++++++++++----------- app/src/main/res/values/styles.xml | 4 +- 3 files changed, 219 insertions(+), 194 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 96c54f37..5fb1557e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,7 +36,7 @@ android { targetSdkVersion 30 versionCode 42 - versionName "2.6.12" + versionName "2.6.13" resValue "string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}" diff --git a/app/src/main/res/layout/result_sync.xml b/app/src/main/res/layout/result_sync.xml index 05372a24..55249b37 100644 --- a/app/src/main/res/layout/result_sync.xml +++ b/app/src/main/res/layout/result_sync.xml @@ -1,220 +1,245 @@ - - - - - - - + android:layout_height="match_parent"> - + + + + + + + + + + + + - - - - + tools:visibility="visible" /> - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + android:layout_marginTop="10dp" + android:layout_width="match_parent" + style="@style/SyncButton" + app:icon="@drawable/baseline_sync_24" + android:text="@string/upload_sync" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + app:icon="@drawable/ic_baseline_add_24" + android:text="@string/add_sync" /> + \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index eafa7629..389c8c8e 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -445,10 +445,10 @@ 1 wrap_content ?attr/textColor - @color/transparent + @color/toggle_button 10dp 1dp - ?attr/white + @color/toggle_button_outline