feat: make the relocated publish button be colored right

This commit is contained in:
LucasGGamerM
2023-08-26 19:04:26 -03:00
parent 239a78888b
commit 10aa67bbde
2 changed files with 3 additions and 3 deletions

View File

@@ -554,16 +554,16 @@
<ImageButton
style="@style/Widget.Mastodon.M3.Button.Filled.Elevated"
android:id="@+id/publish"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:layout_marginHorizontal="12dp"
android:paddingHorizontal="12dp"
android:visibility="gone"
android:tooltipText="@string/publish"
android:contentDescription="@string/publish"
android:src="@drawable/ic_fluent_send_24_selector"
style="@style/Widget.Mastodon.M3.Button.Filled.Elevated"
/>
</LinearLayout>