Skip to content

Commit

Permalink
feat(extended-footer): add icons to boost/fav btns
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Mar 16, 2024
1 parent 7c8d0cb commit 75f1437
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions mastodon/src/main/res/layout/display_item_extended_footer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,13 @@
android:singleLine="true"
android:ellipsize="end"
android:paddingVertical="4dp"
android:paddingHorizontal="8dp"
android:layout_marginVertical="-4dp"
android:layout_marginHorizontal="-8dp"
android:paddingEnd="8dp"
android:gravity="center_vertical"
tools:text="123 boosts"/>
android:drawableStart="@drawable/ic_fluent_arrow_repeat_all_20_regular"
android:drawablePadding="8dp"
android:drawableTint="?colorM3OnSurfaceVariant"
tools:text="123 boosts"
tools:ignore="RtlSymmetry" />

<TextView
android:id="@+id/favorites"
Expand All @@ -146,9 +148,10 @@
android:ellipsize="end"
android:paddingVertical="4dp"
android:paddingHorizontal="8dp"
android:layout_marginVertical="-4dp"
android:layout_marginHorizontal="-8dp"
android:gravity="center_vertical"
android:drawableStart="@drawable/ic_fluent_star_20_regular"
android:drawablePadding="8dp"
android:drawableTint="?colorM3OnSurfaceVariant"
tools:text="123 favorites"/>

</org.joinmastodon.android.ui.views.WrappingLinearLayout>
Expand Down

0 comments on commit 75f1437

Please sign in to comment.