mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Added hint about debug info
This commit is contained in:
parent
ac96d4eb2f
commit
259a67799d
2 changed files with 15 additions and 1 deletions
|
@ -1001,6 +1001,19 @@
|
|||
app:layout_constraintTop_toBottomOf="@id/swUpdates"
|
||||
app:switchPadding="12dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvDebugHint"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginEnd="60dp"
|
||||
android:text="@string/title_advanced_debug_hint"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
android:textStyle="italic"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/swDebug" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvLastCleanup"
|
||||
android:layout_width="0dp"
|
||||
|
@ -1012,7 +1025,7 @@
|
|||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/swDebug" />
|
||||
app:layout_constraintTop_toBottomOf="@id/tvDebugHint" />
|
||||
|
||||
<androidx.constraintlayout.widget.Group
|
||||
android:id="@+id/grpSearchLocal"
|
||||
|
|
|
@ -223,6 +223,7 @@
|
|||
<string name="title_advanced_search_local_hint">Instead of searching in the primary archive folder on the server</string>
|
||||
<string name="title_advanced_english_hint">This will restart the app</string>
|
||||
<string name="title_advanced_paranoid_hint">See the FAQ for details</string>
|
||||
<string name="title_advanced_debug_hint">Enable extra logging and show debug information at various places</string>
|
||||
|
||||
<string name="title_select">Select …</string>
|
||||
<string name="title_identity_name">Your name</string>
|
||||
|
|
Loading…
Reference in a new issue