Skip to content

Commit

Permalink
fix(extended-footer): use proper colors for extended footer
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Mar 3, 2024
1 parent 193ef88 commit f5514e3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions mastodon/src/main/res/layout/display_item_extended_footer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
android:layout_height="20dp"
android:layout_width="20dp"
android:src="@drawable/ic_fluent_earth_20_regular"
android:tint="?colorM3Secondary" />
android:tint="?colorM3OnSurfaceVariant" />

<TextView
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="·"/>

Expand All @@ -37,9 +37,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/m3_label_large"
android:textColor="?colorM3Secondary"
android:textColor="?colorM3OnSurfaceVariant"
android:background="@drawable/bg_button_borderless_rounded"
android:backgroundTint="?colorM3Secondary"
android:backgroundTint="?colorM3OnSurfaceVariant"
android:singleLine="true"
android:ellipsize="end"
android:paddingVertical="4dp"
Expand All @@ -53,7 +53,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="·"/>

Expand All @@ -62,7 +62,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/m3_label_large"
android:textColor="?colorM3Secondary"
android:textColor="?colorM3OnSurfaceVariant"
android:singleLine="true"
android:ellipsize="end"
tools:text="2023-11-08"/>
Expand All @@ -72,7 +72,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="·"/>

Expand All @@ -81,7 +81,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/m3_label_large"
android:textColor="?colorM3Secondary"
android:textColor="?colorM3OnSurfaceVariant"
android:singleLine="true"
android:ellipsize="end"
android:paddingVertical="4dp"
Expand All @@ -103,7 +103,7 @@
android:paddingEnd="24dp"
android:background="?android:selectableItemBackground"
android:textAppearance="@style/m3_label_large"
android:textColor="?colorM3Secondary"
android:textColor="?colorM3OnSurfaceVariant"
android:gravity="center_vertical"
tools:text="Last edit bla bla"/>

Expand All @@ -121,9 +121,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/m3_label_large"
android:textColor="?colorM3Secondary"
android:textColor="?colorM3OnSurfaceVariant"
android:background="@drawable/bg_button_borderless_rounded"
android:backgroundTint="?colorM3Secondary"
android:backgroundTint="?colorM3OnSurfaceVariant"
android:singleLine="true"
android:ellipsize="end"
android:paddingVertical="4dp"
Expand All @@ -138,9 +138,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/m3_label_large"
android:textColor="?colorM3Secondary"
android:textColor="?colorM3OnSurfaceVariant"
android:background="@drawable/bg_button_borderless_rounded"
android:backgroundTint="?colorM3Secondary"
android:backgroundTint="?colorM3OnSurfaceVariant"
android:singleLine="true"
android:ellipsize="end"
android:paddingVertical="4dp"
Expand Down

0 comments on commit f5514e3

Please sign in to comment.