fix: compose fragment bottom drafts button being not centered
This commit is contained in:
parent
93ca187f1c
commit
33f4dd4716
|
@ -511,15 +511,14 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/drafts_btn"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:padding="0px"
|
||||
android:paddingStart="4dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:drawableStart="@drawable/ic_fluent_clock_24_regular"
|
||||
android:drawableTint="@color/compose_button"
|
||||
android:textColor="?android:textColorSecondary"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:background="@drawable/bg_icon_button"
|
||||
android:visibility="gone"
|
||||
android:contentDescription="@string/sk_schedule_or_draft"
|
||||
android:tooltipText="@string/sk_schedule_or_draft" />
|
||||
|
|
Loading…
Reference in New Issue