From a9f355dea9e28f0009d20c4593c1004ec3d6968e Mon Sep 17 00:00:00 2001 From: Grishka Date: Sun, 25 Jun 2023 03:12:17 +0300 Subject: [PATCH] Fix text colors --- mastodon/src/main/res/layout/fragment_profile.xml | 1 + mastodon/src/main/res/values/styles.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/mastodon/src/main/res/layout/fragment_profile.xml b/mastodon/src/main/res/layout/fragment_profile.xml index 883f7145..1efd646e 100644 --- a/mastodon/src/main/res/layout/fragment_profile.xml +++ b/mastodon/src/main/res/layout/fragment_profile.xml @@ -139,6 +139,7 @@ android:layout_marginTop="8dp" android:layout_marginRight="16dp" android:textAppearance="@style/m3_body_medium" + android:textColor="?colorM3OnSurface" android:textSize="16sp" tools:text="Founder, CEO and lead developer @Mastodon, Germany." /> diff --git a/mastodon/src/main/res/values/styles.xml b/mastodon/src/main/res/values/styles.xml index 6cfaa084..7702f74e 100644 --- a/mastodon/src/main/res/values/styles.xml +++ b/mastodon/src/main/res/values/styles.xml @@ -334,6 +334,7 @@ bottom 2 false + ?colorM3OnSurface