diff --git a/husky/app/src/husky/res/values/husky_generated.xml b/husky/app/src/husky/res/values/husky_generated.xml index c6fdb95..9a73ae1 100644 --- a/husky/app/src/husky/res/values/husky_generated.xml +++ b/husky/app/src/husky/res/values/husky_generated.xml @@ -39,10 +39,10 @@ - Login with Pleroma + Login with Akkoma - Add new Pleroma Account + Add new Akkoma Account Pleroma has a minimum scheduling interval of 5 minutes. diff --git a/husky/app/src/main/res/drawable-hdpi/elephant_error.png b/husky/app/src/main/res/drawable-hdpi/elephant_error.png index 71310c5..ac2c087 100644 Binary files a/husky/app/src/main/res/drawable-hdpi/elephant_error.png and b/husky/app/src/main/res/drawable-hdpi/elephant_error.png differ diff --git a/husky/app/src/main/res/drawable-hdpi/elephant_friend.png b/husky/app/src/main/res/drawable-hdpi/elephant_friend.png index 1e3dcfe..cc8f7a5 100644 Binary files a/husky/app/src/main/res/drawable-hdpi/elephant_friend.png and b/husky/app/src/main/res/drawable-hdpi/elephant_friend.png differ diff --git a/husky/app/src/main/res/drawable-mdpi/elephant_friend.png b/husky/app/src/main/res/drawable-mdpi/elephant_friend.png index 798a4f5..cc8f7a5 100644 Binary files a/husky/app/src/main/res/drawable-mdpi/elephant_friend.png and b/husky/app/src/main/res/drawable-mdpi/elephant_friend.png differ diff --git a/husky/app/src/main/res/drawable-xhdpi/elephant_friend.png b/husky/app/src/main/res/drawable-xhdpi/elephant_friend.png index 1273059..cc8f7a5 100644 Binary files a/husky/app/src/main/res/drawable-xhdpi/elephant_friend.png and b/husky/app/src/main/res/drawable-xhdpi/elephant_friend.png differ diff --git a/husky/app/src/main/res/drawable-xxhdpi/elephant_friend.png b/husky/app/src/main/res/drawable-xxhdpi/elephant_friend.png index 7d6309d..cc8f7a5 100644 Binary files a/husky/app/src/main/res/drawable-xxhdpi/elephant_friend.png and b/husky/app/src/main/res/drawable-xxhdpi/elephant_friend.png differ diff --git a/husky/app/src/main/res/drawable-xxxhdpi/elephant_friend.png b/husky/app/src/main/res/drawable-xxxhdpi/elephant_friend.png index 6117b5f..cc8f7a5 100644 Binary files a/husky/app/src/main/res/drawable-xxxhdpi/elephant_friend.png and b/husky/app/src/main/res/drawable-xxxhdpi/elephant_friend.png differ diff --git a/husky/app/src/main/res/layout/item_status.xml b/husky/app/src/main/res/layout/item_status.xml index a85bbe4..9cd2206 100644 --- a/husky/app/src/main/res/layout/item_status.xml +++ b/husky/app/src/main/res/layout/item_status.xml @@ -184,6 +184,7 @@ android:lineSpacingMultiplier="1.1" android:textColor="?android:textColorPrimary" android:textSize="?attr/status_text_medium" + android:textColorLink="@color/tusky_blue_light" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="@id/status_content_warning_button" app:layout_constraintTop_toBottomOf="@id/status_content_warning_button" diff --git a/husky/app/src/main/res/values/colors.xml b/husky/app/src/main/res/values/colors.xml index 0d1abc5..9d0e5e3 100644 --- a/husky/app/src/main/res/values/colors.xml +++ b/husky/app/src/main/res/values/colors.xml @@ -1,7 +1,7 @@ - #d8a070 - #f16707 + #593196 + #7B4DC2 #ca8f04 #fab207 #19a341