From 70eb5bf68c02848502e439612e0d0241084399b8 Mon Sep 17 00:00:00 2001 From: Grishka Date: Thu, 31 Oct 2024 10:18:34 +0300 Subject: [PATCH] Fix more colors --- .../layout/display_item_extended_footer.xml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/mastodon/src/main/res/layout/display_item_extended_footer.xml b/mastodon/src/main/res/layout/display_item_extended_footer.xml index 84b78768..2aef2095 100644 --- a/mastodon/src/main/res/layout/display_item_extended_footer.xml +++ b/mastodon/src/main/res/layout/display_item_extended_footer.xml @@ -22,9 +22,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="@style/m3_label_large" - android:textColor="?colorM3Secondary" + android:textColor="?colorM3Outline" android:background="@drawable/bg_button_borderless_rounded" - android:backgroundTint="?colorM3Secondary" + android:backgroundTint="?colorM3Outline" android:singleLine="true" android:ellipsize="end" android:paddingVertical="4dp" @@ -37,7 +37,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="@style/m3_label_large" - android:textColor="?colorM3Secondary" + android:textColor="?colorM3OnSurfaceVariant" android:importantForAccessibility="no" android:text="·"/> @@ -46,7 +46,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="@style/m3_label_large" - android:textColor="?colorM3Secondary" + android:textColor="?colorM3Outline" android:singleLine="true" android:ellipsize="end" tools:text="2023-11-08"/> @@ -56,7 +56,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="@style/m3_label_large" - android:textColor="?colorM3Secondary" + android:textColor="?colorM3OnSurfaceVariant" android:importantForAccessibility="no" android:text="·"/> @@ -65,7 +65,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="@style/m3_label_large" - android:textColor="?colorM3Secondary" + android:textColor="?colorM3Outline" android:singleLine="true" android:ellipsize="end" android:paddingVertical="4dp" @@ -73,7 +73,7 @@ android:layout_marginVertical="-4dp" android:layout_marginHorizontal="-8dp" android:background="@drawable/bg_button_borderless_rounded" - android:backgroundTint="?colorM3Secondary" + android:backgroundTint="?colorM3Outline" tools:text="Mastodon for Android dfjklafjdsalkfjdslakfjdsaklfjdslak"/> @@ -86,7 +86,7 @@ android:paddingEnd="24dp" android:background="?android:selectableItemBackground" android:textAppearance="@style/m3_label_large" - android:textColor="?colorM3Secondary" + android:textColor="?colorM3Outline" android:gravity="center_vertical" tools:text="Last edit bla bla"/> @@ -104,9 +104,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="@style/m3_label_large" - android:textColor="?colorM3Secondary" + android:textColor="?colorM3Outline" android:background="@drawable/bg_button_borderless_rounded" - android:backgroundTint="?colorM3Secondary" + android:backgroundTint="?colorM3Outline" android:singleLine="true" android:ellipsize="end" android:paddingVertical="4dp" @@ -120,9 +120,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="@style/m3_label_large" - android:textColor="?colorM3Secondary" + android:textColor="?colorM3Outline" android:background="@drawable/bg_button_borderless_rounded" - android:backgroundTint="?colorM3Secondary" + android:backgroundTint="?colorM3Outline" android:singleLine="true" android:ellipsize="end" android:paddingVertical="4dp"