|
|
@ -241,6 +241,7 @@ |
|
|
|
android:id="@+id/spSent" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="12dp" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toEndOf="@id/tvSent" |
|
|
|
app:layout_constraintTop_toBottomOf="@id/spDrafts" /> |
|
|
@ -260,6 +261,7 @@ |
|
|
|
android:id="@+id/spAll" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="12dp" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toEndOf="@id/tvAll" |
|
|
|
app:layout_constraintTop_toBottomOf="@id/spSent" /> |
|
|
@ -279,6 +281,7 @@ |
|
|
|
android:id="@+id/spTrash" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="12dp" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toEndOf="@id/tvTrash" |
|
|
|
app:layout_constraintTop_toBottomOf="@id/spAll" /> |
|
|
@ -298,6 +301,7 @@ |
|
|
|
android:id="@+id/spJunk" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="12dp" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toEndOf="@id/tvJunk" |
|
|
|
app:layout_constraintTop_toBottomOf="@id/spTrash" /> |
|
|
|