feat:make the relocated publishButton actually centered

Pain
This commit is contained in:
LucasGGamerM
2023-08-26 18:59:02 -03:00
parent af22bfd790
commit 239a78888b
2 changed files with 34 additions and 19 deletions

View File

@@ -553,15 +553,17 @@
tools:text="500"/>
<Button
<ImageButton
android:id="@+id/publish"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:paddingHorizontal="12dp"
android:visibility="gone"
android:tooltipText="@string/publish"
android:contentDescription="@string/publish"
android:drawableStart="@drawable/ic_fluent_send_24_selector"
android:src="@drawable/ic_fluent_send_24_selector"
style="@style/Widget.Mastodon.M3.Button.Filled.Elevated"
/>
</LinearLayout>