fix: wrong padding values for the schedule icon in ComposeFragment

This commit is contained in:
LucasGGamerM
2023-03-26 10:26:44 -03:00
parent a4d07d4307
commit 68f77a6c8a

View File

@@ -417,9 +417,10 @@
<Button
android:id="@+id/drafts_btn"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="32dp"
android:layout_height="32dp"
android:padding="0px"
android:paddingStart="4dp"
android:layout_marginEnd="8dp"
android:drawableStart="@drawable/ic_fluent_clock_24_regular"
android:drawableTint="@color/compose_button"