From e757446d5eeea3945f67f23895fab87c26cc1fc3 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 19 Jul 2019 06:47:59 +0200 Subject: [PATCH] Updated colors --- app/src/main/res/layout/fragment_account.xml | 4 ++-- app/src/main/res/layout/fragment_identity.xml | 4 ++-- app/src/main/res/layout/fragment_options_misc.xml | 2 +- app/src/main/res/layout/fragment_options_notifications.xml | 2 +- app/src/main/res/layout/fragment_options_synchronize.xml | 2 +- app/src/main/res/values/styles.xml | 1 - 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/layout/fragment_account.xml b/app/src/main/res/layout/fragment_account.xml index 940c5a2464..a8701ac418 100644 --- a/app/src/main/res/layout/fragment_account.xml +++ b/app/src/main/res/layout/fragment_account.xml @@ -340,7 +340,7 @@ android:layout_marginTop="6dp" android:text="@string/title_pro_feature" android:textAppearance="@style/TextAppearance.AppCompat.Small" - android:textColor="?attr/colorAccent" + android:textColor="?android:attr/textColorLink" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/btnColor" /> @@ -390,7 +390,7 @@ android:layout_marginTop="6dp" android:text="@string/title_pro_feature" android:textAppearance="@style/TextAppearance.AppCompat.Small" - android:textColor="?attr/colorAccent" + android:textColor="?android:attr/textColorLink" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/cbNotify" /> diff --git a/app/src/main/res/layout/fragment_identity.xml b/app/src/main/res/layout/fragment_identity.xml index 35055edb3d..3a38f1623d 100644 --- a/app/src/main/res/layout/fragment_identity.xml +++ b/app/src/main/res/layout/fragment_identity.xml @@ -158,7 +158,7 @@ android:layout_marginTop="6dp" android:text="@string/title_pro_feature" android:textAppearance="@style/TextAppearance.AppCompat.Small" - android:textColor="?attr/colorAccent" + android:textColor="?android:attr/textColorLink" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/btnColor" /> @@ -550,7 +550,7 @@ android:layout_marginEnd="48dp" android:text="@string/title_pro_feature" android:textAppearance="@style/TextAppearance.AppCompat.Small" - android:textColor="?attr/colorAccent" + android:textColor="?android:attr/textColorLink" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/cbEncrypt" /> diff --git a/app/src/main/res/layout/fragment_options_misc.xml b/app/src/main/res/layout/fragment_options_misc.xml index 7d3839c208..be9c5601ae 100644 --- a/app/src/main/res/layout/fragment_options_misc.xml +++ b/app/src/main/res/layout/fragment_options_misc.xml @@ -60,7 +60,7 @@ android:layout_marginEnd="48dp" android:text="@string/title_pro_feature" android:textAppearance="@style/TextAppearance.AppCompat.Small" - android:textColor="?attr/colorAccent" + android:textColor="?android:attr/textColorLink" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/swSubscriptions" /> diff --git a/app/src/main/res/layout/fragment_options_notifications.xml b/app/src/main/res/layout/fragment_options_notifications.xml index e0c8205148..ffc0e8c24b 100644 --- a/app/src/main/res/layout/fragment_options_notifications.xml +++ b/app/src/main/res/layout/fragment_options_notifications.xml @@ -118,7 +118,7 @@ android:layout_marginEnd="48dp" android:text="@string/title_pro_feature" android:textAppearance="@style/TextAppearance.AppCompat.Small" - android:textColor="?attr/colorAccent" + android:textColor="?android:attr/textColorLink" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/tvNotifyActionsHint" /> diff --git a/app/src/main/res/layout/fragment_options_synchronize.xml b/app/src/main/res/layout/fragment_options_synchronize.xml index 6340a707bb..c41f21a81e 100644 --- a/app/src/main/res/layout/fragment_options_synchronize.xml +++ b/app/src/main/res/layout/fragment_options_synchronize.xml @@ -151,7 +151,7 @@ android:layout_height="wrap_content" android:text="@string/title_pro_feature" android:textAppearance="@style/TextAppearance.AppCompat.Small" - android:textColor="?attr/colorAccent" + android:textColor="?android:attr/textColorLink" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/tvScheduleHint" /> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 7ed776aa9f..5fb40e7ced 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -63,7 +63,6 @@ black @color/blackPrimary @color/blackPrimaryDark - @color/colorAccentDark @android:color/black @android:color/black