Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
use fluent back button
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed Oct 20, 2023
1 parent d624a04 commit 183fb0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mastodon/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<item name="android:windowActionModeOverlay">true</item>
<item name="android:actionModeBackground">?colorM3PrimaryContainer</item>
<item name="android:actionModeCloseDrawable">@drawable/ic_fluent_dismiss_24_regular</item>
<item name="appkitBackDrawable">@drawable/ic_fluent_arrow_left_24_regular</item>
<!-- <item name="appkitEmptyTextAppearance">@style/empty_text</item>-->

<item name="android:statusBarColor">?colorM3Background</item>
Expand Down Expand Up @@ -74,6 +75,7 @@
<item name="android:windowActionModeOverlay">true</item>
<item name="android:actionModeBackground">?colorM3PrimaryContainer</item>
<item name="android:actionModeCloseDrawable">@drawable/ic_fluent_dismiss_24_regular</item>
<item name="appkitBackDrawable">@drawable/ic_fluent_arrow_left_24_regular</item>
<!-- <item name="appkitEmptyTextAppearance">@style/empty_text</item>-->

<item name="colorM3DisabledBackground">#1FE3E3E3</item>
Expand Down

0 comments on commit 183fb0e

Please sign in to comment.