From 6be8d873e741756dfda850522354e3f4c6345f24 Mon Sep 17 00:00:00 2001 From: Conny Duck Date: Wed, 12 Feb 2020 21:53:16 +0100 Subject: [PATCH 1/6] put androidExtensions experimental=true back in to fix crash --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 87efbb2a1..8666369cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,6 +63,9 @@ android { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } + androidExtensions { + experimental = true + } testOptions { unitTests { returnDefaultValues = true From 3edb93ff7c84ddf915b962482448f5e1f7f87e61 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Fri, 14 Feb 2020 19:03:01 +0100 Subject: [PATCH 2/6] increase tab page margin (#1684) --- app/src/main/res/layout-sw640dp/fragment_timeline.xml | 4 ++-- app/src/main/res/layout/activity_main.xml | 2 +- app/src/main/res/layout/fragment_timeline_notifications.xml | 3 ++- app/src/main/res/values/dimens.xml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout-sw640dp/fragment_timeline.xml b/app/src/main/res/layout-sw640dp/fragment_timeline.xml index e150a2d1c..e85798eb5 100644 --- a/app/src/main/res/layout-sw640dp/fragment_timeline.xml +++ b/app/src/main/res/layout-sw640dp/fragment_timeline.xml @@ -3,8 +3,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:background="?attr/windowBackgroundColor" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:background="?attr/windowBackgroundColor"> + android:layout_height="match_parent" + android:background="?android:attr/colorBackground"> 120dp 8dp 14dp - 8dp + 16dp 36dp 16dp 5dp From 28e128a4dd73a588431c908364c792066d66a5a5 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Fri, 14 Feb 2020 19:03:18 +0100 Subject: [PATCH 3/6] [Tusky10] adjust poll result background, status divider & button outline color (#1685) * adjust poll result background, status divider & button outline color * fix navigationBarDividerColor --- app/src/main/res/drawable/status_divider.xml | 2 +- app/src/main/res/values-night/theme_colors.xml | 1 + app/src/main/res/values-v27/styles.xml | 6 +++--- app/src/main/res/values/attrs.xml | 1 + app/src/main/res/values/styles.xml | 9 ++++++--- app/src/main/res/values/theme_colors.xml | 3 ++- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/drawable/status_divider.xml b/app/src/main/res/drawable/status_divider.xml index cb6cf0741..37fbbab1c 100644 --- a/app/src/main/res/drawable/status_divider.xml +++ b/app/src/main/res/drawable/status_divider.xml @@ -2,5 +2,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/values-night/theme_colors.xml b/app/src/main/res/values-night/theme_colors.xml index 03fc6a06d..11ad69c3c 100644 --- a/app/src/main/res/values-night/theme_colors.xml +++ b/app/src/main/res/values-night/theme_colors.xml @@ -15,6 +15,7 @@ @color/tusky_grey_70 @color/tusky_grey_30 + @color/tusky_grey_25 @color/tusky_orange diff --git a/app/src/main/res/values-v27/styles.xml b/app/src/main/res/values-v27/styles.xml index eaea6ccc0..78d327474 100644 --- a/app/src/main/res/values-v27/styles.xml +++ b/app/src/main/res/values-v27/styles.xml @@ -7,20 +7,20 @@ true false @color/tusky_grey_20 - @color/tusky_grey_30 + @color/tusky_grey_25 diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index 5de7712a5..3dd3e30f1 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -13,6 +13,7 @@ + diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index f961a9c32..14d8e102c 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -63,6 +63,7 @@ @color/iconColor @drawable/status_divider + @color/dividerColor @color/textColorDisabled @@ -71,7 +72,7 @@ @color/iconColor @color/textColorTertiary @color/textColorTertiary - @color/colorBackgroundAccent + ?attr/dividerColor @color/white @color/white @@ -115,6 +116,7 @@ @@ -137,11 +139,12 @@ @color/tusky_grey_10 @color/tusky_grey_40 - @color/tusky_grey_05 + @color/tusky_grey_20 + + @color/tusky_grey_10 @color/black @color/tusky_grey_40 - @color/tusky_grey_05