mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-31 19:41:19 +00:00
Ooops, other folder item layouts
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
This commit is contained in:
parent
8ae56d0326
commit
19d944c18e
2 changed files with 2 additions and 4 deletions
|
@ -36,7 +36,6 @@
|
|||
android:id="@+id/ivType"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:contentDescription="@string/title_legend_folder_type"
|
||||
app:layout_constraintBottom_toBottomOf="@id/ibExpander"
|
||||
app:layout_constraintStart_toEndOf="@id/ibExpander"
|
||||
app:layout_constraintTop_toTopOf="@id/ibExpander"
|
||||
|
@ -58,4 +57,4 @@
|
|||
app:layout_constraintStart_toEndOf="@id/ivType"
|
||||
app:layout_constraintTop_toTopOf="@id/ibExpander" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:contentDescription="@string/title_legend_connection_state"
|
||||
android:visibility="invisible"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/tvName"
|
||||
app:layout_constraintStart_toEndOf="@id/vwColor"
|
||||
|
@ -72,4 +71,4 @@
|
|||
app:layout_constraintTop_toTopOf="parent" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</eu.faircode.email.ViewCardOptional>
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
|
Loading…
Reference in a new issue