Its now in the bottom. Time to make it optional

This commit is contained in:
LucasGGamerM
2022-12-28 18:42:13 -03:00
parent a70bd4f906
commit fb54948f86
2 changed files with 15 additions and 4 deletions

View File

@@ -316,6 +316,13 @@
android:textColor="?android:textColorSecondary"
tools:text="500"/>
<Button
android:id="@+id/publish"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
/>
</LinearLayout>
</org.joinmastodon.android.ui.views.SizeListenerLinearLayout>