Added hint about debug info

pull/156/head
M66B 5 years ago
parent ac96d4eb2f
commit 259a67799d

@ -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 &#8230;</string>
<string name="title_identity_name">Your name</string>

Loading…
Cancel
Save