|
|
|
@ -268,6 +268,19 @@
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swIdenticons"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tvPreviewHint"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
|
android:layout_marginEnd="60dp"
|
|
|
|
|
android:text="@string/title_advanced_preview_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/swPreview" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
|
android:id="@+id/swAddresses"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
@ -277,7 +290,7 @@
|
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
|
android:text="@string/title_advanced_addresses"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swPreview"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvPreviewHint"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|