mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
More compact folder view
This commit is contained in:
parent
9911e871c7
commit
8fdec5dc80
2 changed files with 10 additions and 11 deletions
2
FAQ.md
2
FAQ.md
|
@ -53,7 +53,7 @@ For authorizing:
|
|||
* ~~Pinch zoom~~ (not reliably possible in a scrolling list; the full message view can be zoomed instead)
|
||||
* Send as attachment
|
||||
* Themes
|
||||
* Compact view folders
|
||||
* ~~More compact folder view~~
|
||||
* Compose lists
|
||||
|
||||
Anything on this list is in random order and *might* be added in the near future.
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
android:id="@+id/tvName"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginTop="3dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center_vertical"
|
||||
|
@ -143,7 +143,7 @@
|
|||
android:id="@+id/ivMessages"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:contentDescription="@string/title_legend_count"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/tvName"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
@ -165,7 +165,7 @@
|
|||
android:id="@+id/tvType"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginTop="3dp"
|
||||
android:gravity="center_vertical"
|
||||
android:maxLines="1"
|
||||
android:minHeight="24dp"
|
||||
|
@ -180,7 +180,6 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:gravity="center_vertical"
|
||||
android:maxLines="1"
|
||||
|
@ -190,7 +189,7 @@
|
|||
android:textStyle="italic"
|
||||
app:layout_constraintEnd_toStartOf="@+id/tvAfter"
|
||||
app:layout_constraintStart_toEndOf="@id/tvType"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvName" />
|
||||
app:layout_constraintTop_toTopOf="@id/tvType" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvAfter"
|
||||
|
@ -208,7 +207,7 @@
|
|||
android:id="@+id/ivSync"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:contentDescription="@string/title_legend_sync_state"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvType"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
@ -219,8 +218,8 @@
|
|||
android:id="@+id/tvKeywords"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:layout_marginTop="3dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:gravity="center_vertical"
|
||||
android:text="Keywords"
|
||||
android:textAppearance="@android:style/TextAppearance.Small"
|
||||
|
@ -232,8 +231,8 @@
|
|||
android:id="@+id/tvError"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:layout_marginTop="3dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:text="error"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
android:textColor="?attr/colorWarning"
|
||||
|
|
Loading…
Reference in a new issue