mirror of https://github.com/M66B/FairEmail.git
Small layout improvement
This commit is contained in:
parent
20c3db0920
commit
0c5a3059c5
|
@ -577,6 +577,15 @@
|
|||
app:layout_constraintStart_toEndOf="@id/barrier_folders"
|
||||
app:layout_constraintTop_toBottomOf="@id/spTrash" />
|
||||
|
||||
<View
|
||||
android:id="@+id/vSeparatorSwipe"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:background="?attr/colorSeparator"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/spJunk" />
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/spLeft"
|
||||
android:layout_width="0dp"
|
||||
|
@ -585,7 +594,7 @@
|
|||
android:layout_marginTop="12dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/barrier_folders"
|
||||
app:layout_constraintTop_toBottomOf="@id/spJunk" />
|
||||
app:layout_constraintTop_toBottomOf="@id/vSeparatorSwipe" />
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/spRight"
|
||||
|
@ -665,6 +674,6 @@
|
|||
android:id="@+id/grpFolders"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
app:constraint_referenced_ids="tvDrafts,spDrafts,tvSent,spSent,tvAll,spAll,tvTrash,spTrash,tvJunk,spJunk,tvLeft,spLeft,tvRight,spRight" />
|
||||
app:constraint_referenced_ids="tvDrafts,spDrafts,tvSent,spSent,tvAll,spAll,tvTrash,spTrash,tvJunk,spJunk,vSeparatorSwipe,tvLeft,spLeft,tvRight,spRight" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</ScrollView>
|
Loading…
Reference in New Issue