fix: wrong padding values for the schedule icon in ComposeFragment
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user