mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Small layout fix
This commit is contained in:
parent
697f72a30f
commit
beba3b3815
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@
|
||||||
android:padding="12dp"
|
android:padding="12dp"
|
||||||
android:src="@drawable/baseline_vertical_align_top_24"
|
android:src="@drawable/baseline_vertical_align_top_24"
|
||||||
app:layout_constraintBottom_toTopOf="@id/seekBar"
|
app:layout_constraintBottom_toTopOf="@id/seekBar"
|
||||||
app:layout_constraintEnd_toEndOf="@id/seekBar" />
|
app:layout_constraintEnd_toEndOf="parent" />
|
||||||
|
|
||||||
<com.google.android.material.bottomnavigation.BottomNavigationView
|
<com.google.android.material.bottomnavigation.BottomNavigationView
|
||||||
android:id="@+id/bottom_navigation"
|
android:id="@+id/bottom_navigation"
|
||||||
|
|
Loading…
Reference in a new issue